Skip to content

Commit 387803f

Browse files
authored
Update dependencies (#874)
* Update dependencies * Remove unused references * Fix NLog warnings * Update nlog console layout * Fix log event IDs Signed-off-by: Victor Chang <[email protected]>
1 parent bf94fe8 commit 387803f

File tree

53 files changed

+1731
-3290
lines changed

Some content is hidden

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

53 files changed

+1731
-3290
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
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)