Mercurial > p > roundup > code
changeset 7147:7f4d20ebae4a
another try. Use same shell that builds roundup image to update base.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Feb 2023 18:50:53 -0500 |
| parents | 572d1a9f875c |
| children | cc49ac11850f |
| files | .github/workflows/anchore.yml |
| diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Wed Feb 15 18:36:00 2023 -0500 +++ b/.github/workflows/anchore.yml Wed Feb 15 18:50:53 2023 -0500 @@ -37,10 +37,8 @@ steps: - name: Checkout the code uses: actions/checkout@v3 - - name: Update base image - run: docker pull python:3-alpine - name: Build the Docker image - run: docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest + run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled uses: anchore/scan-action@v3 id: scan
