Skip to content

Commit

Permalink
merge in develop
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Oct 4, 2023
2 parents 26b3138 + 387803f commit b5c1cde
Show file tree
Hide file tree
Showing 106 changed files with 2,132 additions and 3,667 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,12 @@ jobs:
report-name: dockle-report
failure-threshold: fatal

# Disable upload due to bug https://github.com/erzz/dockle-action/issues/18
# - name: Upload Dockle SARIF Report
# uses: github/codeql-action/upload-sarif@v2
# continue-on-error: true
# if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }}
# with:
# sarif_file: dockle-report.sarif
- name: Upload Dockle SARIF Report
uses: github/codeql-action/upload-sarif@v2
continue-on-error: true
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }}
with:
sarif_file: dockle-report.sarif

- name: Trivy Vulnerability Scanner
uses: aquasecurity/trivy-action@master
Expand Down
Loading

0 comments on commit b5c1cde

Please sign in to comment.