Mercurial > p > roundup > code
comparison .github/workflows/anchore.yml @ 8520:955016d272aa
chore(build): build(deps): bump anchore/scan-action from 7.3.1 to 7.3.2 pull #82
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 23 Feb 2026 20:13:40 -0500 |
| parents | 8c265e8bfc5a |
| children | 4d09c8046cde |
comparison
equal
deleted
inserted
replaced
| 8519:19152fd94fcf | 8520:955016d272aa |
|---|---|
| 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@8d2fce09422cd6037e577f4130e9b925e9a37175 # 7.3.1 | 46 uses: anchore/scan-action@7037fa011853d5a11690026fb85feee79f4c946c # 7.3.2 |
| 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 |
