Skip to content

Commit

Permalink
[SYNC] mcaf-github-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Workflow Sync Bot committed May 7, 2024
1 parent 89a882a commit 4a0a256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 4a0a256

Please sign in to comment.