mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
Merge pull request #2439 from OpenBankProject/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 1 to 3
This commit is contained in:
commit
1c28844aaf
2
.github/workflows/run_trivy.yml
vendored
2
.github/workflows/run_trivy.yml
vendored
@ -49,6 +49,6 @@ jobs:
|
||||
- name: Fix .trivy permissions
|
||||
run: sudo chown -R $(stat . -c %u:%g) .trivy
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
uses: github/codeql-action/upload-sarif@v3
|
||||
with:
|
||||
sarif_file: 'trivy-results.sarif'
|
||||
Loading…
Reference in New Issue
Block a user