Mercurial > p > roundup > code
changeset 8496:839caadf6cad
build: bump anchore/scan-action from 7.2.1 to 7.2.2 (PR #75)
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 15 Dec 2025 09:44:44 -0500 |
| parents | 1976dedb3319 |
| children | 9d1fde7a4bea |
| files | .github/workflows/anchore.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Mon Dec 15 09:42:41 2025 -0500 +++ b/.github/workflows/anchore.yml Mon Dec 15 09:44:44 2025 -0500 @@ -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@40a61b52209e9d50e87917c5b901783d546b12d0 # 7.2.1 + uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # 7.2.2 id: scan with: image: "localbuild/testimage:latest"
