We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10a5f0f + b79be6e commit 2fe002cCopy full SHA for 2fe002c
.github/workflows/ci-image-scanning-on-schedule.yml
@@ -69,7 +69,7 @@ jobs:
69
cache: false
70
vuln-type: 'os,library'
71
- name: Upload Trivy scan results to GitHub Security tab
72
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
73
with:
74
sarif_file: '${{ matrix.target }}:${{ matrix.karmada-version }}.trivy-results.sarif'
75
ref: ${{steps.gen_git_info.outputs.ref}}
.github/workflows/ci-image-scanning.yaml
@@ -68,6 +68,6 @@ jobs:
68
sarif_file: 'trivy-results.sarif'
0 commit comments