comparison .github/workflows/anchore.yml @ 7263:46de8ffb7873

Bump github/codeql-action from 2.2.11 to 2.2.12 - https://github.com/roundup-tracker/roundup/pull/21
author John Rouillard <rouilj@ieee.org>
date Wed, 19 Apr 2023 21:38:03 -0400
parents 0ca12df8ef06
children 4a28a7364207
comparison
equal deleted inserted replaced
7262:b83e2fb5f578 7263:46de8ffb7873
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@d186a2a36cc67bfa1b860e6170d37fb9634742c7 52 uses: github/codeql-action/upload-sarif@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db
53 # v2.2.11 53 # v2.2.12
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/