Mercurial > p > roundup > code
comparison .github/workflows/anchore.yml @ 7043:02321d2c8458
Update to latest Anchore to see if it fixes depreciation warnings.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 07 Nov 2022 19:11:20 -0500 |
| parents | ca6b056b79a4 |
| children | 619563fbe2d3 |
comparison
equal
deleted
inserted
replaced
| 7042:031cdb92fa1d | 7043:02321d2c8458 |
|---|---|
| 38 - name: Checkout the code | 38 - name: Checkout the code |
| 39 uses: actions/checkout@v3 | 39 uses: actions/checkout@v3 |
| 40 - name: Build the Docker image | 40 - name: Build the Docker image |
| 41 run: docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest | 41 run: docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest |
| 42 - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled | 42 - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled |
| 43 uses: anchore/scan-action@b08527d5ae7f7dc76f9621edb6e49eaf47933ccd | 43 uses: anchore/scan-action@3.3.1 |
| 44 with: | 44 with: |
| 45 image: "localbuild/testimage:latest" | 45 image: "localbuild/testimage:latest" |
| 46 acs-report-enable: true | 46 acs-report-enable: true |
| 47 fail-build: false | 47 fail-build: false |
| 48 - name: Upload Anchore Scan Report | 48 - name: Upload Anchore Scan Report |
