Skip to content

[AGENTLESS] Rely on a secret backend for the agent to fetch its API key #361

[AGENTLESS] Rely on a secret backend for the agent to fetch its API key

[AGENTLESS] Rely on a secret backend for the agent to fetch its API key #361

Workflow file for this run

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"