From 2c8822566763b8a273fbf1095fda1825c490d1ed Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 12 Jun 2024 02:01:23 -0700 Subject: [PATCH] Typo Fix Signed-off-by: Tommy --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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