diff --git a/.github/workflows/grype.yml b/.github/workflows/grype.yml index 2d4c671..56715ec 100644 --- a/.github/workflows/grype.yml +++ b/.github/workflows/grype.yml @@ -38,7 +38,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Scan current project - uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2 + uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0 with: path: "." fail-build: true