Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
34dc1f2
update to version 1.0.0 of the messaging lib
neildsouth Aug 29, 2023
8216e2f
forgot licensing file
neildsouth Aug 29, 2023
22f776f
small fixes
neildsouth Aug 29, 2023
3cababe
Merge pull request #869 from Project-MONAI/nds-update-messaging-lib
neildsouth Aug 29, 2023
51261de
adding better logging
neildsouth Sep 5, 2023
ab9eb10
fixup dupe logging
neildsouth Sep 5, 2023
d264585
Merge remote-tracking branch 'origin/develop' into nds-AI94
neildsouth Sep 5, 2023
0aca28d
Fix allowed Argo parameter list and logging scope data not being rend…
mocsharp Sep 5, 2023
195cccd
Read TaskPriorityClass from config (#872)
mocsharp Sep 6, 2023
bf94fe8
minor fixes (#873)
lillie-dae Sep 8, 2023
387803f
Update dependencies (#874)
mocsharp Sep 13, 2023
26b3138
stop new payload creation for continuing app
neildsouth Oct 4, 2023
b5c1cde
merge in develop
neildsouth Oct 4, 2023
a4c63ac
Print duration of callback app (#885)
mocsharp Oct 5, 2023
06fc826
add test for create workflow message but with task and workflow Ids
neildsouth Oct 5, 2023
b44a423
merge in from develop
neildsouth Oct 5, 2023
f8e1f11
Merge pull request #884 from Project-MONAI/nds-externalAppPayload
neildsouth Oct 5, 2023
e1b1a6d
adding more logging
neildsouth Oct 9, 2023
4004174
merge in from dev
neildsouth Oct 9, 2023
414bd7e
fix status setting
neildsouth Oct 10, 2023
b482888
fix upo index for status
neildsouth Oct 10, 2023
ee57b9a
added additional exception to handle 404
neildsouth Oct 11, 2023
1099d42
removed commented out line
neildsouth Oct 11, 2023
a664dbf
removed a single space
neildsouth Oct 11, 2023
94576ce
Merge pull request #887 from Project-MONAI/AI-226
neildsouth Oct 11, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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