Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 7273:6bffcc837bf7
Add list of docker to allow checking size.
Also move detatched comment to line it applies to.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Apr 2023 08:19:09 -0400 |
| parents | 4a28a7364207 |
| children | 1bb57a872fe7 |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Mon Apr 24 08:11:44 2023 -0400 +++ b/.github/workflows/anchore.yml Mon Apr 24 08:19:09 2023 -0400 @@ -37,10 +37,11 @@ runs-on: ubuntu-latest steps: - name: Checkout the code - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - # v3.5.2 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Build the Docker image run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest + - 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@4be3c24559b430723e51858969965e163b196957 # v3.3.5 id: scan
