We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a887e4 commit 8699650Copy full SHA for 8699650
.github/workflows/anchore.yml
@@ -37,10 +37,8 @@ jobs:
37
steps:
38
- name: Checkout the code
39
uses: actions/checkout@v3
40
- - name: Update base image
41
- run: docker pull python:3-alpine
42
- name: Build the Docker image
43
- 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
44
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
45
uses: anchore/scan-action@v3
46
id: scan
0 commit comments