File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ global_job_config:
32
32
- ' if [ -f out/dependency-scan-junit.xml ]; then test-results --name "Dependency scan" --suite-prefix "[$SEMAPHORE_BLOCK_NAME]" publish out/dependency-scan-junit.xml; fi'
33
33
- ' if [ -f out/gosec-junit.xml ]; then test-results --name "Security scan" --suite-prefix "[$SEMAPHORE_BLOCK_NAME]" publish out/gosec-junit.xml; fi'
34
34
- ' if [ -f out/test-reports.xml ]; then test-results --name "$SEMAPHORE_BLOCK_NAME" publish out/test-reports.xml; fi'
35
- - ' if [ -f out/docker-scan-trivy.json ]; then make check.generate-report; fi'
36
- - ' if [ -f out/dependency-scan-trivy.json ]; then make check.generate-report; fi'
35
+ - ' if [ -f out/docker-scan-trivy.json ]; then CHECK_TYPE=docker make check.generate-report; fi'
36
+ - ' if [ -f out/dependency-scan-trivy.json ]; then CHECK_TYPE=deps make check.generate-report; fi'
37
37
- ' if [ -f out/security-export.json ]; then artifact push workflow out/security-export.json -d scans/$SEMAPHORE_JOB_ID.json; fi'
38
38
- ' if [ -f out/security-summary.md ]; then artifact push job out/security-summary.md -d .semaphore/REPORT.md; fi'
39
39
after_pipeline :
You can’t perform that action at this time.
0 commit comments