Use ci-shared release 1.16.0 (#56)

- Enable clair image scanner
This commit is contained in:
Tushar Raut 2021-09-22 18:22:34 +05:30 committed by GitHub
parent 9640b4bbf3
commit b200f16f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/usr/bin/env groovy
// Include this shared CI repository to load script helpers and libraries.
library identifier: 'vapor@1.15.7', retriever: modernSCM([
library identifier: 'vapor@1.16.0', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/vapor-ware/ci-shared.git',
credentialsId: 'vio-bot-gh',