Mercurial > p > roundup > code
changeset 8466:2f909acd5ba9
chore: dependabot update anchore 7.0.0 -> 7.0.2
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 20 Oct 2025 09:56:47 -0400 |
| parents | 617d55f1d518 |
| children | 8a9fc2d74740 |
| files | .github/workflows/anchore.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Sat Oct 11 18:18:54 2025 -0400 +++ b/.github/workflows/anchore.yml Mon Oct 20 09:56:47 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@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # 7.0.0 + uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # 7.0.2 id: scan with: image: "localbuild/testimage:latest"
