-
Notifications
You must be signed in to change notification settings - Fork 4
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
add guardduty dependency #62
Conversation
Signed-off-by: Sam Scott <[email protected]>
train-aws.gemspec
Outdated
@@ -117,7 +117,7 @@ Gem::Specification.new do |spec| | |||
# spec.add_dependency "aws-sdk-glue", "~> 1.0" | |||
# spec.add_dependency "aws-sdk-greengrass", "~> 1.0" | |||
# spec.add_dependency "aws-sdk-groundstation", "~> 1.0" | |||
# spec.add_dependency "aws-sdk-guardduty", "~> 1.0" | |||
spec.add_dependency "aws-sdk-guardduty", "~> 1.0" |
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.
I see the newest version of guardduty is at 1.31
. Should we consider updating this to the latest?
Thoughts @skpaterson @samscottchef ?
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.
Seems worthwhile to me
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.
@samscottchef this looks good/reasonable enough to me 😄
Whenever we add/bump dependencies I usually ping @inspec/foundation-team-reviewers for a day to ensure we're not missing any knowledge i.e. "we can't add this dependency because x"! - So unless they raise something by tomorrow happy to approve.
Do concur with @rmoles about using 1.31 if possible 👍
Signed-off-by: Sam Scott <[email protected]>
Latest commit updated to 1.31 |
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.
Works for me
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.
Thanks for this! Got foundation team's eyes on it and I'm happy to merge 🎉
(and by "me" I mean someone who's actually authorized to merge on this PR 😂 , probably @rmoles ) |
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.
Thanks @samscottchef !
Signed-off-by: Sam Scott [email protected]
uncommented the GuardDuty add dependency
Description
I need the GuardDuty gem for adding a new resource in InSpec AWS
Types of changes
Checklist: