Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 8468:782ad9c0a15c
chore: dependabot upgrade anchore scan from 7.0.2 to 7.1.0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 31 Oct 2025 20:57:26 -0400 |
| parents | 2f909acd5ba9 |
| children | 69fc3cee878c |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Fri Oct 31 20:55:01 2025 -0400 +++ b/.github/workflows/anchore.yml Fri Oct 31 20:57:26 2025 -0400 @@ -43,7 +43,7 @@ - name: List the Docker image run: docker image ls - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled - uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # 7.0.2 + uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # 7.1.0 id: scan with: image: "localbuild/testimage:latest"
