comparison .github/workflows/anchore.yml @ 7245:c6287f8b9f2e

Bump github/codeql-action from 2.2.8 to 2.2.9 - https://github.com/roundup-tracker/roundup/pull/15
author John Rouillard <rouilj@ieee.org>
date Mon, 03 Apr 2023 02:16:06 -0400
parents 4c1d62dbcffe
children 7fd9d0f15cf0
comparison
equal deleted inserted replaced
7244:4c1d62dbcffe 7245:c6287f8b9f2e
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@67a35a08586135a9573f4327e904ecbf517a882d 52 uses: github/codeql-action/upload-sarif@04df1262e6247151b5ac09cd2c303ac36ad3f62b
53 # v2.2.8 53 # v2.2.9
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/