comparison .github/workflows/anchore.yml @ 7425:291c13c3b8e5

Bump github/codeql-action from 2.3.3 to 2.3.5 - https://github.com/roundup-tracker/roundup/pull/33
author John Rouillard <rouilj@ieee.org>
date Sun, 28 May 2023 22:54:31 -0400
parents b2183096b678
children 010eb3b00877
comparison
equal deleted inserted replaced
7424:b54653a182a9 7425:291c13c3b8e5
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
52 if: always() 52 if: always()
53 uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f 53 uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866
54 # v2.3.3 54 # v2.3.5
55 with: 55 with:
56 sarif_file: ${{ steps.scan.outputs.sarif }} 56 sarif_file: ${{ steps.scan.outputs.sarif }}
57 - name: Inspect action SARIF report 57 - name: Inspect action SARIF report
58 if: always() 58 if: always()
59 run: cat ${{ steps.scan.outputs.sarif }} 59 run: cat ${{ steps.scan.outputs.sarif }}

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