Skip to content

Commit f5474f3

Browse files
authored
fix(ci): refresh daily builds (#357)
## 📝 Description Extension of #339 ## ✅ Checklist - [x] I have tested this change - [ ] This change requires documentation update
1 parent bd10abf commit f5474f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/daily-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ global_job_config:
3232
- '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'
3333
- 'if [ -f out/gosec-junit.xml ]; then test-results --name "Security scan" --suite-prefix "[$SEMAPHORE_BLOCK_NAME]" publish out/gosec-junit.xml; fi'
3434
- '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'
3737
- 'if [ -f out/security-export.json ]; then artifact push workflow out/security-export.json -d scans/$SEMAPHORE_JOB_ID.json; fi'
3838
- 'if [ -f out/security-summary.md ]; then artifact push job out/security-summary.md -d .semaphore/REPORT.md; fi'
3939
after_pipeline:

0 commit comments

Comments
 (0)