We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95466a6 commit 21513a8Copy full SHA for 21513a8
.github/workflows/code-health.yaml
@@ -18,6 +18,8 @@ jobs:
18
run: |
19
cd cfn-resources
20
go build -v ./...
21
+ - name: Install CloudFormation CLI
22
+ run: pip install cloudformation-cli cloudformation-cli-go-plugin
23
- name: Generate purls for all resources
24
run: make gen-purls
25
- name: Check purls for all resources
0 commit comments