uc check --path
Validate existing plugin versions against known vulnerabilities:
uc check --path <path>
To check all plugins against a specific version of Jenkins:
uc check --path <path> --jenkins-version <version>
uc check [flags]
--determine-version-from-dockerfile Attempt to determine the Jenkins version from a Dockerfile
--dockerfile-path string Path to the Dockerfile (default "Dockerfile")
-f, --fail-on-vulnerability Fail with an exit(1) if vulnerabilities exists
-j, --jenkins-version string The version of Jenkins to query against
-p, --path string Path to the plugins.txt file (default "plugins.txt")
-v, --debug Debug Output
--help Show help for command
- uc - Update Centre CLI