Skip to content

Commit

Permalink
jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Aug 16, 2022
1 parent 7cfe71e commit 5a4fd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ node('docker') {

try {
// Install trivy and HTML template
sudo sh 'curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.31.1'
sudo sh 'curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b /usr/local/bin v0.31.1'
sh 'curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/html.tpl > html.tpl'

// Scan container for all vulnerability levels
Expand Down

0 comments on commit 5a4fd29

Please sign in to comment.