diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b922f0..e430b86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,5 +107,5 @@ jobs: - name: Upload Grype scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v3 with: - sarif_file: ${{ steps.scan.outputs.sarif }} + sarif_file: ${{ steps.grype.outputs.sarif }} category: grype \ No newline at end of file