[AGENTLESS] Rely on a secret backend for the agent to fetch its API key #361
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: cfn-lint | |
on: | |
- push | |
jobs: | |
cfn-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: cfn-lint | |
uses: scottbrenner/cfn-lint-action@v2 | |
with: | |
args: "**/*.yaml" |