Skip to content

Commit

Permalink
feat: test checkov github-action in private module
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jan 11, 2024
1 parent cece915 commit a6eb3ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

Check failure

Code scanning / checkov

Ensure top-level permissions are not set to write-all Error

Ensure top-level permissions are not set to write-all
name: checkov
on:
pull_request:
jobs:
checkov:
uses: clouddrove/github-shared-workflows/.github/workflows/checkov.yml@1.0.10
with:
directory: '.'
continue_on_error: true
...

0 comments on commit a6eb3ab

Please sign in to comment.