Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify and Deploy

Check notice on line 1 in .github/workflows/main.yml

View workflow job for this annotation

GitHub Actions / StandardLint audit

CI configuration

Check for CI configuration file
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -69,7 +69,7 @@
input_path: cloudformation
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@eec884fd62682f5f2b33e303e160d5e2fe8d89ec # master
uses: bridgecrewio/checkov-action@afa85d3c6187ef3fdda6368e5e7a2c2247160d66 # master
with:
file: cloudformation/template.yml
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
input_path: cloudformation
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@eec884fd62682f5f2b33e303e160d5e2fe8d89ec # master
uses: bridgecrewio/checkov-action@afa85d3c6187ef3fdda6368e5e7a2c2247160d66 # master
with:
file: cloudformation/template.yml
skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71
Expand Down
Loading