mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
chore: fix dependabot alerts (#2580)
https://github.com/project-zot/zot/pull/2572 https://github.com/project-zot/zot/pull/2573 https://github.com/project-zot/zot/pull/2574 https://github.com/project-zot/zot/pull/2575 https://github.com/project-zot/zot/pull/2576 https://github.com/project-zot/zot/pull/2577 https://github.com/project-zot/zot/pull/2578 https://github.com/project-zot/zot/pull/2579 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
f618b1d4ef
commit
3b3f5458d4
@@ -237,7 +237,7 @@ jobs:
|
||||
TRIVY_USERNAME: ${{ github.actor }}
|
||||
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v3.25.13
|
||||
uses: github/codeql-action/upload-sarif@v3.25.15
|
||||
with:
|
||||
sarif_file: 'trivy-results.sarif'
|
||||
|
||||
@@ -274,7 +274,7 @@ jobs:
|
||||
TRIVY_USERNAME: ${{ github.actor }}
|
||||
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v3.25.13
|
||||
uses: github/codeql-action/upload-sarif@v3.25.15
|
||||
with:
|
||||
sarif_file: 'trivy-results.sarif'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user