diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index f0d1c72..32f6ddb 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -41,7 +41,7 @@ jobs: - name: Pull the Docker image run: docker pull ${{ secrets.DOCKERHUB_USERNAME }}/honeybadger - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 + uses: anchore/scan-action@1c57367e29d11f99ae56571e49f95f1a1991945e with: image: "${{ secrets.DOCKERHUB_USERNAME }}/honeybadger" acs-report-enable: true