├── .dockerignore ├── Dockerfile ├── Jenkinsfile.deprecated ├── LICENSE ├── README.md ├── clairctl.groovy └── clairctl.yml /.dockerignore: -------------------------------------------------------------------------------- 1 | nohup.out 2 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/by-pinja/ci-image-vulnerability-scan/HEAD/Dockerfile -------------------------------------------------------------------------------- /Jenkinsfile.deprecated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/by-pinja/ci-image-vulnerability-scan/HEAD/Jenkinsfile.deprecated -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/by-pinja/ci-image-vulnerability-scan/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/by-pinja/ci-image-vulnerability-scan/HEAD/README.md -------------------------------------------------------------------------------- /clairctl.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/by-pinja/ci-image-vulnerability-scan/HEAD/clairctl.groovy -------------------------------------------------------------------------------- /clairctl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/by-pinja/ci-image-vulnerability-scan/HEAD/clairctl.yml --------------------------------------------------------------------------------