Mercurial > p > roundup > code
changeset 8410:fd72487d0054
build: dependabot anchore scan upgrade to 6.5.1
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Aug 2025 02:37:49 -0400 |
| parents | c9bec888c3c8 |
| children | ef1ea918b07a 9f62be964fec b67e326b3e95 |
| files | .github/workflows/anchore.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Sun Aug 10 22:04:03 2025 -0400 +++ b/.github/workflows/anchore.yml Mon Aug 11 02:37:49 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@be7a22da4f22dde446c4c4c099887ff5b256526c # 6.3.0 + uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # 6.5.1 id: scan with: image: "localbuild/testimage:latest"
