Mercurial > p > roundup > code
comparison .github/workflows/anchore.yml @ 7246:7fd9d0f15cf0
[chore] Bump github/codeql-action from 2.2.9 to 2.2.11 - https://github.com/roundup-tracker/roundup/pull/17
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 09 Apr 2023 22:39:10 -0400 |
| parents | c6287f8b9f2e |
| children | 0ca12df8ef06 |
comparison
equal
deleted
inserted
replaced
| 7245:c6287f8b9f2e | 7246:7fd9d0f15cf0 |
|---|---|
| 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@04df1262e6247151b5ac09cd2c303ac36ad3f62b | 52 uses: github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 |
| 53 # v2.2.9 | 53 # v2.2.11 |
| 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 }} |
