diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 4a20a37c9fad..0f56097bdb54 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v2.4.0 - name: Run Anchore to check ${{ matrix.image }} Docker image for vulnerabilities - uses: anchore/scan-action@1c57367e29d11f99ae56571e49f95f1a1991945e # v3.6.3 + uses: anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4 id: anchore-scan with: #image: 'docker.io/${{ github.actor }}/${{ matrix.image }}:latest'