diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 796309de2..2e685c176 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -112,7 +112,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 + uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c id: scan with: path: "." diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index deb500e63..154a82d96 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -20,7 +20,7 @@ jobs: - name: Check out the repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Run Anchore vulnerability scanner - uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 + uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c id: scan with: path: "."