Mercurial > p > roundup > code
comparison .github/workflows/anchore.yml @ 8507:80f34a0821f5
bump anchore/scan-action from 7.2.2 to 7.2.3 (PR #78)
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 13 Jan 2026 16:26:33 -0500 |
| parents | 839caadf6cad |
| children | 951db0950174 |
comparison
equal
deleted
inserted
replaced
| 8506:b6c6891754e9 | 8507:80f34a0821f5 |
|---|---|
| 41 - name: Build the Docker image | 41 - name: Build the Docker image |
| 42 run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest | 42 run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest |
| 43 - name: List the Docker image | 43 - name: List the Docker image |
| 44 run: docker image ls | 44 run: docker image ls |
| 45 - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled | 45 - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled |
| 46 uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # 7.2.2 | 46 uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # 7.2.3 |
| 47 id: scan | 47 id: scan |
| 48 with: | 48 with: |
| 49 image: "localbuild/testimage:latest" | 49 image: "localbuild/testimage:latest" |
| 50 fail-build: true | 50 fail-build: true |
| 51 - name: Upload Anchore Scan Report | 51 - name: Upload Anchore Scan Report |
