From ad1d85cda4881f02890b5e812ad7d29decfffb50 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 16 Aug 2022 16:44:11 +0000 Subject: [PATCH] jenkins fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2d8fff7..85b2a44 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -83,7 +83,7 @@ node('docker') { // Scan container for all vulnerability levels sh 'mkdir -p reports' - sh "trivy image --ignore-unfixed --vuln-type os,library --no-progress --security-checks vuln --format template --template '@html.tpl' -o reports/container-scan.html ${maintainer}/${imagename}:${tag}" + sh "trivy image --ignore-unfixed --vuln-type os,library --no-progress --security-checks vuln --format template --template '@html.tpl' -o reports/container-scan.html ${maintainer}/${imagename}:latest" publishHTML target : [ allowMissing: true, alwaysLinkToLastBuild: true,