changeset 7146:572d1a9f875c

Try to force update of base image. The current python:3-alpine image passes security checks, but it's not passing in ci.
author John Rouillard <rouilj@ieee.org>
date Wed, 15 Feb 2023 18:36:00 -0500
parents f72a16661ac6
children 7f4d20ebae4a
files .github/workflows/anchore.yml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/anchore.yml	Wed Feb 15 17:46:41 2023 -0500
+++ b/.github/workflows/anchore.yml	Wed Feb 15 18:36:00 2023 -0500
@@ -37,6 +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
     - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled

Roundup Issue Tracker: http://roundup-tracker.org/