comparison .github/workflows/anchore.yml @ 7304:b2183096b678

Bump github/codeql-action from 2.3.2 to 2.3.3 - https://github.com/roundup-tracker/roundup/pull/28
author John Rouillard <rouilj@ieee.org>
date Sun, 07 May 2023 22:12:54 -0400
parents 1bb57a872fe7
children 291c13c3b8e5
comparison
equal deleted inserted replaced
7303:9bd9d06e2f2c 7304:b2183096b678
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@f3feb00acb00f31a6f60280e6ace9ca31d91c76a 53 uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f
54 # v2.3.2 54 # v2.3.3
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/