mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
Fix deps (#2621)
* chore: update go.mod deps Fix outdated pkgs reported in issue #2522 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> * chore: fix dependabot alerts https://github.com/project-zot/zot/pull/2612 https://github.com/project-zot/zot/pull/2613 https://github.com/project-zot/zot/pull/2614 https://github.com/project-zot/zot/pull/2615 https://github.com/project-zot/zot/pull/2616 https://github.com/project-zot/zot/pull/2617 https://github.com/project-zot/zot/pull/2618 https://github.com/project-zot/zot/pull/2619 https://github.com/project-zot/zot/pull/2620 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> --------- Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
0e6541f204
commit
bfafe01c38
@@ -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.26.0
|
||||
uses: github/codeql-action/upload-sarif@v3.26.2
|
||||
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.26.0
|
||||
uses: github/codeql-action/upload-sarif@v3.26.2
|
||||
with:
|
||||
sarif_file: 'trivy-results.sarif'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user