-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Feature ECR Image Scan Report (#49)
New ECR Image Scan Event Support added. --------- Co-authored-by: Rafał Sumisławski <[email protected]> Co-authored-by: royfur <[email protected]>
- Loading branch information
1 parent
162c5e5
commit b79aa2a
Showing
11 changed files
with
367 additions
and
28 deletions.
There are no files selected for viewing
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,10 @@ version = "0.0.13" | |
edition = "2021" | ||
|
||
[dependencies] | ||
aws_lambda_events = { version = "0.13.1", default-features = false, features = ["s3", "sns", "cloudwatch_logs", "sqs", "kinesis", "kafka"] } | ||
aws_lambda_events = { version = "0.13.1", default-features = false, features = ["s3", "sns", "cloudwatch_logs", "sqs", "kinesis", "kafka", "ecr_scan"] } | ||
aws-config = "1.0.3" | ||
aws-sdk-s3 = "1.5.0" | ||
aws-sdk-ecr = "1.10.0" | ||
aws-sdk-secretsmanager = "1.4.0" | ||
cx_sdk_rest_logs = { git = "ssh://[email protected]/coralogix/coralogix-sdk-rust", default-features = false, features=["rustls"] } | ||
cx_sdk_core = { git = "ssh://[email protected]/coralogix/coralogix-sdk-rust", default-features = false} | ||
|
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
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
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
Oops, something went wrong.