-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial support for image scanning #989
Initial support for image scanning #989
Conversation
Codecov Report
@@ Coverage Diff @@
## master #989 +/- ##
==========================================
- Coverage 78.63% 78.46% -0.18%
==========================================
Files 225 231 +6
Lines 5781 6255 +474
==========================================
+ Hits 4546 4908 +362
- Misses 946 1045 +99
- Partials 289 302 +13
|
cfa3ee8
to
5afbc5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please fix merge conflicts?
5afbc5f
to
8ea1723
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please update the readme and usage docs with instructions for the new --find-vuln
flag?
updated readme and usage docs |
378b8ff
to
e02d445
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* inital support for image vulnerability scanning * adds: flag for vul scanning and human readable output support * Adds: unit test cases and code refactoring * made vulnerability methods mockable * adds: documentation for vulnerability scanning * adds: support google artifact registry * updates docs * updates flag message * fixes: tf file image extraction and e2e test Co-authored-by: Cesar Rodriguez <cesar@accurics.com>
* added binary based support for kustomize v2 and v3 * updated sigs.k8s.io/kustomize/api to v0.8.11 and removed depricated uses * updated go.sum * updated doc, added kustomize install script * removed code smells * added copyright message * Extract Docker images from Terraform templates (#937) * extract container images from tf iac files * increase kubernetes resource scan coverage * using constants for common strings * adds: extract image ref from tf file * code nits: added comments and removed unwanted variables * adds: extracting containers from aws and azure resources * code nits: added new method for jsoncode type Co-authored-by: Suvarna Rokade <suvarnarokade11@gmail.com> * Initial support for image scanning (#989) * inital support for image vulnerability scanning * adds: flag for vul scanning and human readable output support * Adds: unit test cases and code refactoring * made vulnerability methods mockable * adds: documentation for vulnerability scanning * adds: support google artifact registry * updates docs * updates flag message * fixes: tf file image extraction and e2e test Co-authored-by: Cesar Rodriguez <cesar@accurics.com> * merging go.sum * updates docs Co-authored-by: Devang Gaur <devang.gaur@accurics.com> Co-authored-by: Suvarna Rokade <suvarnarokade11@gmail.com> Co-authored-by: Cesar Rodriguez <cesar@accurics.com>
Initial support for image scanning. closes #927