ci(soteria): use preloaded quality scanner image
This commit is contained in:
parent
6a576477e2
commit
3a1b2781a6
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -36,7 +36,7 @@ spec:
|
|||||||
- name: workspace-volume
|
- name: workspace-volume
|
||||||
mountPath: /home/jenkins/agent
|
mountPath: /home/jenkins/agent
|
||||||
- name: quality-tools
|
- name: quality-tools
|
||||||
image: registry.bstein.dev/bstein/quality-tools:sonar8.0.1-trivy0.70.0-arm64
|
image: registry.bstein.dev/bstein/quality-tools:sonar8.0.1-trivy0.70.0-db20260422-arm64
|
||||||
command:
|
command:
|
||||||
- cat
|
- cat
|
||||||
tty: true
|
tty: true
|
||||||
@ -119,7 +119,7 @@ spec:
|
|||||||
set +e
|
set +e
|
||||||
sonar-scanner "${args[@]}" | tee build/sonar-scanner.log
|
sonar-scanner "${args[@]}" | tee build/sonar-scanner.log
|
||||||
sonar_rc=${PIPESTATUS[0]}
|
sonar_rc=${PIPESTATUS[0]}
|
||||||
trivy fs --no-progress --format json --output build/trivy-fs.json --scanners vuln,secret,misconfig --severity HIGH,CRITICAL .
|
trivy fs --cache-dir "${TRIVY_CACHE_DIR}" --skip-db-update --timeout 5m --no-progress --format json --output build/trivy-fs.json --scanners vuln,secret,misconfig --severity HIGH,CRITICAL .
|
||||||
trivy_rc=$?
|
trivy_rc=$?
|
||||||
set -e
|
set -e
|
||||||
printf '%s\n' "${sonar_rc}" > build/sonarqube-analysis.rc
|
printf '%s\n' "${sonar_rc}" > build/sonarqube-analysis.rc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user