Mercurial > p > roundup > code
diff .github/workflows/anchore.yml @ 7046:7442bc16724f
github: remove depricated acs-report-enable from anchore workflow
It's tossing a warning now.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 13 Nov 2022 00:14:19 -0500 |
| parents | 619563fbe2d3 |
| children | 86dae713d4c6 |
line wrap: on
line diff
--- a/.github/workflows/anchore.yml Mon Nov 07 19:18:30 2022 -0500 +++ b/.github/workflows/anchore.yml Sun Nov 13 00:14:19 2022 -0500 @@ -44,7 +44,6 @@ id: scan with: image: "localbuild/testimage:latest" - acs-report-enable: true fail-build: false - name: Upload Anchore Scan Report uses: github/codeql-action/upload-sarif@v2
