Skip to content

Commit

Permalink
Merge pull request #2681 from tyriis/feature/github-actions-maintenance
Browse files Browse the repository at this point in the history
ci(github-actions): update upload-sarif action to v3.24.7
  • Loading branch information
tyriis authored Mar 13, 2024
2 parents 61f612a + aa1fa2a commit d305351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
severity: CRITICAL,HIGH
scan-ref: infra/terraform

# Upload the results to GitHub's code scanning dashboard.
# https://github.com/github/codeql-action
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3
uses: github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
with:
sarif_file: trivy-results.sarif

0 comments on commit d305351

Please sign in to comment.