diff --git a/.github/workflows/scan-images.yml b/.github/workflows/scan-images.yml index 8bbda55643..c07f151e1d 100644 --- a/.github/workflows/scan-images.yml +++ b/.github/workflows/scan-images.yml @@ -64,7 +64,7 @@ jobs: uses: github/codeql-action/upload-sarif@v3 with: sarif_file: trivy-results-${{ matrix.image }}-edge.sarif - category: trivy-${{ matrix.image }}:edge + category: trivy-image-${{ matrix.image }}:edge wait-for-processing: true - name: Detain results for debug if needed