comparison .github/workflows/anchore.yml @ 7233:f5e676c4383d

Bump github/codeql-action from 2.2.6 to 2.2.7 -- https://github.com/roundup-tracker/roundup/pull/9
author John Rouillard <rouilj@ieee.org>
date Mon, 20 Mar 2023 20:05:16 -0400
parents 0fd41edd26b0
children 743f02e916a7
comparison
equal deleted inserted replaced
7232:b650008b5472 7233:f5e676c4383d
47 with: 47 with:
48 image: "localbuild/testimage:latest" 48 image: "localbuild/testimage:latest"
49 fail-build: true 49 fail-build: true
50 - name: Upload Anchore Scan Report 50 - name: Upload Anchore Scan Report
51 if: always() 51 if: always()
52 uses: github/codeql-action/upload-sarif@16964e90ba004cdf0cd845b866b5df21038b7723 52 uses: github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba
53 # v2.2.6 53 # v2.2.7
54 with: 54 with:
55 sarif_file: ${{ steps.scan.outputs.sarif }} 55 sarif_file: ${{ steps.scan.outputs.sarif }}
56 - name: Inspect action SARIF report 56 - name: Inspect action SARIF report
57 if: always() 57 if: always()
58 run: cat ${{ steps.scan.outputs.sarif }} 58 run: cat ${{ steps.scan.outputs.sarif }}

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