comparison .github/workflows/anchore.yml @ 7515:6dc7b1f1451c

Bump anchore/scan-action from 3.3.5 to 3.3.6 - https://github.com/roundup-tracker/roundup/pull/43
author John Rouillard <rouilj@ieee.org>
date Mon, 26 Jun 2023 00:18:54 -0400
parents 0b4028a75705
children 4689795494dc
comparison
equal deleted inserted replaced
7514:ffa1b73444d5 7515:6dc7b1f1451c
41 - name: Build the Docker image 41 - name: Build the Docker image
42 run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest 42 run: docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
43 - name: List the Docker image 43 - name: List the Docker image
44 run: docker image ls 44 run: docker image ls
45 - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled 45 - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
46 uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 # v3.3.5 46 uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3.3.6
47 id: scan 47 id: scan
48 with: 48 with:
49 image: "localbuild/testimage:latest" 49 image: "localbuild/testimage:latest"
50 fail-build: true 50 fail-build: true
51 - name: Upload Anchore Scan Report 51 - name: Upload Anchore Scan Report

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