Skip to content

Commit

Permalink
Try fix the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder committed Apr 12, 2024
1 parent fee9099 commit b848b0d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# issues, monitor images for newly disclosed vulnerabilities in Snyk and
# fail PR checks for new vulnerabilities, see https://github.com/snyk/actions/

name: Snyk Container
name: Snyk Container
on: push
permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/snyk-container-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
with:
sarif_file: snyk.sarif
with:
file: .
sarif: true
3 changes: 2 additions & 1 deletion .github/workflows/snyk-infrastructure-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
with:
sarif_file: snyk.sarif
file: .
sarif: true

0 comments on commit b848b0d

Please sign in to comment.