diff --git a/.github/workflows/grype.yaml b/.github/workflows/grype.yaml index 5c477fe..5789c7c 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@v4 + - uses: anchore/scan-action@v5 with: path: "." fail-build: true \ No newline at end of file