diff --git a/.github/workflows/grype.yaml b/.github/workflows/grype.yaml index c7cd3b0..e8d5543 100644 --- a/.github/workflows/grype.yaml +++ b/.github/workflows/grype.yaml @@ -35,7 +35,7 @@ jobs: - name: Build the Container image run: docker build ${{ inputs.context }} --file ${{ inputs.dockerfile_path }} --tag ${{ inputs.image_name }} - - uses: anchore/scan-action@v6 + - uses: anchore/scan-action@v7 continue-on-error: true id: scan with: