Skip to content

Commit f2ada1e

Browse files
committed
ci: updated security nag
1 parent c7abaa2 commit f2ada1e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pull_request.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: stelligent/cfn_nag@master
32+
- name: Run CFN Nag Security Checks
33+
uses: stelligent/cfn_nag@master
3334
with:
3435
input_path: .
36+
output_path: cfn_nag.sarif
37+
- name: Upload CFN Nag SARIF
38+
uses: github/codeql-action/upload-sarif@v1
39+
with:
40+
sarif_file: cfn_nag.sarif
3541

0 commit comments

Comments
 (0)