Skip to content

Commit

Permalink
update scan job not to attempt to publish results
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Sep 29, 2023
1 parent c6fc1b8 commit f919cb1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
uses: anchore/scan-action@v3
id: securityscan
with:
path: "./runtime/build"
path: "./build"
acs-report-enable: "true"
fail-build: false
fail-build: true

- name: Upload Anchore Report
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ steps.imagescan.outputs.sarif }}
category: "BoxLang-Runtime-${{ github.env.BRANCH }}"
# - name: Upload Anchore Report
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: ${{ steps.imagescan.outputs.sarif }}
# category: "BoxLang-Runtime-${{ github.env.BRANCH }}"

0 comments on commit f919cb1

Please sign in to comment.