Mercurial > p > roundup > code
changeset 8453:e5bd50120b5a
chore(build): update anchore to 7.0.0 via dependabot
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 22 Sep 2025 12:37:21 -0400 |
| parents | e91ff70e4563 |
| children | 588ae856cd57 |
| files | .github/workflows/anchore.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Sat Sep 20 16:49:38 2025 -0400 +++ b/.github/workflows/anchore.yml Mon Sep 22 12:37:21 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@1638637db639e0ade3258b51db49a9a137574c3e # 6.5.1 + uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # 7.0.0 id: scan with: image: "localbuild/testimage:latest"
