Mercurial > p > roundup > code
comparison .github/workflows/anchore.yml @ 8480:3ab30654e9c1
chore: anchore anchore/scan-action upgrade 7.1.0 to 7.2.0
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Nov 2025 11:51:40 -0500 |
| parents | 69fc3cee878c |
| children | aab59f040b80 |
comparison
equal
deleted
inserted
replaced
| 8479:69fc3cee878c | 8480:3ab30654e9c1 |
|---|---|
| 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@568b89d27fc18c60e56937bff480c91c772cd993 # 7.1.0 | 46 uses: anchore/scan-action@3aaf50d765cfcceafa51d322ccb790e40f6cd8c5 # 7.2.0 |
| 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 |
