Skip to content

Commit

Permalink
feat: test checkov github-action in public module
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jan 15, 2024
1 parent 55e98be commit a3fca9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
#checkov:skip:CKV2_GHA_1
name: checkov
on:
pull_request:
Expand All @@ -9,4 +8,5 @@ jobs:
with:
directory: '.'
continue_on_error: true
skip-check: CKV2_GHA_1
...

0 comments on commit a3fca9a

Please sign in to comment.