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