Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #83 from vapor-ware/skipClair
Browse files Browse the repository at this point in the history
Adds flag to skip clair step.
  • Loading branch information
hisham-vaporio authored Apr 28, 2022
2 parents 75acba6 + 22e92f3 commit be31ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


// Include this shared CI repository to load script helpers and libraries.
library identifier: 'vapor@1.20.2', retriever: modernSCM([
library identifier: 'vapor@1.20.11', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/vapor-ware/ci-shared.git',
credentialsId: 'vio-bot-gh',
Expand All @@ -12,6 +12,7 @@ golangPipeline([
'image': 'docker.io/vaporio/snmp-plugin',
'skipSetup': true,
'skipUnitTest': true,
'skipClair': true,
'emulators': [
'snmp',
],
Expand Down

0 comments on commit be31ed2

Please sign in to comment.