Skip to content

Commit 0a887e4

Browse files
committed
Try to force update of base image.
The current python:3-alpine image passes security checks, but it's not passing in ci.
1 parent 8f71afc commit 0a887e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/anchore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
steps:
3838
- name: Checkout the code
3939
uses: actions/checkout@v3
40+
- name: Update base image
41+
run: docker pull python:3-alpine
4042
- name: Build the Docker image
4143
run: docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
4244
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled

0 commit comments

Comments
 (0)