Skip to content

Commit

Permalink
Fix checkov check (#64)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hoekstra <[email protected]>

Signed-off-by: Stephen Hoekstra <[email protected]>
  • Loading branch information
shoekstra authored May 7, 2024
1 parent ce5f916 commit dcfb758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync-root/.github/workflows/terraform-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Checkov
uses: bridgecrewio/checkov-action@v12.2577.0
uses: bridgecrewio/checkov-action@v12
with:
container_user: 1000
directory: "/"
Expand All @@ -160,7 +160,7 @@ jobs:
quiet: true
skip_check: "CKV_GIT_5,CKV_GLB_1,CKV_TF_1"
soft_fail: false
skip_path: "examples/*"
skip_path: "examples/"

### SKIP REASON ###
# Check | Description | Reason
Expand Down

0 comments on commit dcfb758

Please sign in to comment.