diff --git a/.github/workflows/grype.yaml b/.github/workflows/grype.yaml index 5c0a80f..5c477fe 100644 --- a/.github/workflows/grype.yaml +++ b/.github/workflows/grype.yaml @@ -22,7 +22,7 @@ jobs: contents: read steps: - uses: actions/checkout@v4 - - uses: anchore/scan-action@v3 + - uses: anchore/scan-action@v4 with: path: "." fail-build: true \ No newline at end of file