Skip to content

Commit

Permalink
Fix codeql upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilovanovicc committed Sep 26, 2023
1 parent 832812a commit 2c52856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk_go.sarif

if: github.event_name == 'pull_request'

- name: Terraform - Run Snyk to check for vulnerabilities
uses: snyk/actions/iac@master
Expand All @@ -86,7 +86,7 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk_tf.sarif

if: github.event_name == 'pull_request'



Expand Down

0 comments on commit 2c52856

Please sign in to comment.