-
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
Extract Docker images from Terraform templates #937
Merged
cesar-rodriguez
merged 7 commits into
tenable:master
from
devang-gaur:extract_image_from_tf
Aug 21, 2021
Merged
Extract Docker images from Terraform templates #937
cesar-rodriguez
merged 7 commits into
tenable:master
from
devang-gaur:extract_image_from_tf
Aug 21, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #937 +/- ##
==========================================
+ Coverage 78.58% 78.63% +0.05%
==========================================
Files 224 225 +1
Lines 5659 5781 +122
==========================================
+ Hits 4447 4546 +99
- Misses 932 946 +14
- Partials 280 289 +9
|
cesar-rodriguez
changed the title
extract container images from tf iac files
Extract Docker images from Terraform templates
Aug 6, 2021
Rchanger
force-pushed
the
extract_image_from_tf
branch
from
August 19, 2021 09:35
cf95ef4
to
b0aa724
Compare
Rchanger
force-pushed
the
extract_image_from_tf
branch
2 times, most recently
from
August 19, 2021 14:34
cca825e
to
119746e
Compare
Rchanger
force-pushed
the
extract_image_from_tf
branch
from
August 19, 2021 16:50
119746e
to
d4357a7
Compare
Rchanger
force-pushed
the
extract_image_from_tf
branch
from
August 20, 2021 12:27
d4357a7
to
2f94726
Compare
patilpankaj212
previously approved these changes
Aug 20, 2021
Rchanger
force-pushed
the
extract_image_from_tf
branch
from
August 20, 2021 14:11
2f94726
to
605cf22
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
cesar-rodriguez
approved these changes
Aug 21, 2021
cesar-rodriguez
pushed a commit
to nasir-rabbani/terrascan
that referenced
this pull request
Aug 22, 2021
* 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>
cesar-rodriguez
pushed a commit
that referenced
this pull request
Aug 22, 2021
* 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
To test:
closes #898