Skip to content

Commit 0cce48a

Browse files
authored
Merge pull request #890 from Project-MONAI/release/0.1.28
Release/0.1.28
2 parents 8808c16 + 94576ce commit 0cce48a

File tree

129 files changed

+2698
-3971
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+2698
-3971
lines changed

.github/workflows/build.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,12 @@ jobs:
9999
report-name: dockle-report
100100
failure-threshold: fatal
101101

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

110109
- name: Trivy Vulnerability Scanner
111110
uses: aquasecurity/trivy-action@master

0 commit comments

Comments
 (0)