-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* HTTP error logging - Code cleanup with CodeMaid * gh-386 Refactor Workflow manager logs * Adjust time zone to UTC Signed-off-by: Victor Chang <[email protected]>
- Loading branch information
Showing
110 changed files
with
1,062 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ on: | |
env: | ||
BUILD_CONFIG: "Release" | ||
SOLUTION: "Monai.Deploy.WorkflowManager.sln" | ||
|
||
jobs: | ||
build-and-deploy: | ||
runs-on: ubuntu-latest | ||
|
@@ -36,7 +36,7 @@ jobs: | |
outputs: | ||
semVer: ${{ steps.gitversion.outputs.semVer }} | ||
majorMinorPatch: ${{ steps.gitversion.outputs.majorMinorPatch }} | ||
env: | ||
env: | ||
REGISTRY: ghcr.io | ||
permissions: | ||
packages: write | ||
|
@@ -106,15 +106,15 @@ jobs: | |
|
||
- name: Trivy Vulnerability Scanner | ||
uses: aquasecurity/trivy-action@master | ||
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }} | ||
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }} | ||
with: | ||
image-ref: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} | ||
format: 'sarif' | ||
output: 'trivy-results.sarif' | ||
|
||
- name: Upload Trivy SARIF Report | ||
uses: github/codeql-action/upload-sarif@v2 | ||
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }} | ||
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }} | ||
with: | ||
sarif_file: 'trivy-results.sarif' | ||
|
||
|
@@ -184,7 +184,7 @@ jobs: | |
run: | | ||
mkdir ~\release | ||
Compress-Archive -Path docs\_site\* -DestinationPath ~\release\mwm-docs-${{ env.SEMVER }}.zip | ||
Get-ChildItem ~\release -Recurse | ||
Get-ChildItem ~\release -Recurse | ||
- name: Upload docs | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,5 +95,4 @@ | |
"LogHttpResponseBody": true | ||
}, | ||
"AllowedHosts": "*", | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.