Skip to content

Commit

Permalink
Update Docker scan SDL location
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-intel committed Aug 30, 2024
1 parent ef4edad commit d331e83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
publish CT39 CT39-StaticAnalysis/windows-security_report.pdf
publish CT151 CT151-CompilerFlags/SSCB_SCAN_results-Windows.html
publish CT151 CT151-CompilerFlags/SSCB_SCAN_results-Linux.html
publish CT222 CT222-DockerScan/ct222-report.json
publish CT248 CT248-DockerScan/ct248-report.json
publish CT247 CT247-Trivy/trivy-report.csv
EOL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
CT39-StaticAnalysis windows-cvss_report.pdf
copy_artifact "$COVERITY_W" security_report.pdf \
CT39-StaticAnalysis windows-security_report.pdf
copy_artifact "$TRIVY" ct222-report.json CT222-DockerScan
copy_artifact "$TRIVY" ct248-report.json CT248-DockerScan
copy_artifact "$TRIVY" trivy-report.csv CT247-Trivy
copy_all_artifacts $SSCB_L CT151-CompilerFlags
copy_all_artifacts $SSCB_W CT151-CompilerFlags
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
--attach stderr --attach stdout \
aquasec/trivy:0.51.1 \
--ignorefile source/.trivyignore.yaml \
--format table --output artifact/ct222-report.txt \
--format table --output artifact/ct248-report.txt \
config source
docker run \
Expand All @@ -87,7 +87,7 @@ jobs:
--attach stderr --attach stdout \
aquasec/trivy:0.51.1 \
--ignorefile source/.trivyignore.yaml \
--format json --output artifact/ct222-report.json \
--format json --output artifact/ct248-report.json \
--exit-code 1 \
config source
Expand All @@ -112,7 +112,7 @@ jobs:
if: (failure())
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
cat artifact/ct222-report.txt >> $GITHUB_STEP_SUMMARY
cat artifact/ct248-report.txt >> $GITHUB_STEP_SUMMARY
cat artifact/trivy.txt >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit d331e83

Please sign in to comment.