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 8f71afc commit 0a887e4Copy full SHA for 0a887e4
.github/workflows/anchore.yml
@@ -37,6 +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
44
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
0 commit comments