diff --git a/.github/workflows/grype.yaml b/.github/workflows/grype.yaml index f3129a4..61274e8 100644 --- a/.github/workflows/grype.yaml +++ b/.github/workflows/grype.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: anchore/scan-action@v6 + - uses: anchore/scan-action@v7 with: path: "." fail-build: true \ No newline at end of file