Skip to content

Commit d15dfdb

Browse files
author
Andre Rabold
committed
v1.1.8
* Added CodeDeploy and GuardDuty parsers * Updated dependencies
1 parent f766cf8 commit d15dfdb

File tree

5 files changed

+139
-203
lines changed

5 files changed

+139
-203
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ publish:
4343
@"$(AWS_CLI)" s3 cp "./cloudformation.yaml" "s3://aws-to-slack-eu-west-2" --acl public-read
4444
@"$(AWS_CLI)" s3 cp "./cloudformation.yaml" "s3://aws-to-slack-eu-west-3" --acl public-read
4545
@"$(AWS_CLI)" s3 cp "./cloudformation.yaml" "s3://aws-to-slack-sa-east-1" --acl public-read
46-
#@"$(AWS_CLI)" s3 cp "./cloudformation.yaml" "s3://aws-to-slack-cn-north-1" --acl public-read
47-
#@"$(AWS_CLI)" s3 cp "./cloudformation.yaml" "s3://aws-to-slack-cn-northwest-1" --acl public-read
46+
# @"$(AWS_CLI)" s3 cp "./cloudformation.yaml" "s3://aws-to-slack-cn-north-1" --acl public-read
47+
# @"$(AWS_CLI)" s3 cp "./cloudformation.yaml" "s3://aws-to-slack-cn-northwest-1" --acl public-read
4848

4949
@"$(AWS_CLI)" s3 cp "$(RELEASE_ZIP)" "s3://aws-to-slack-us-east-2" --acl public-read
5050
@"$(AWS_CLI)" s3 cp "$(RELEASE_ZIP)" "s3://aws-to-slack-us-east-1" --acl public-read
@@ -61,5 +61,5 @@ publish:
6161
@"$(AWS_CLI)" s3 cp "$(RELEASE_ZIP)" "s3://aws-to-slack-eu-west-2" --acl public-read
6262
@"$(AWS_CLI)" s3 cp "$(RELEASE_ZIP)" "s3://aws-to-slack-eu-west-3" --acl public-read
6363
@"$(AWS_CLI)" s3 cp "$(RELEASE_ZIP)" "s3://aws-to-slack-sa-east-1" --acl public-read
64-
#@"$(AWS_CLI)" s3 cp "$(RELEASE_ZIP)" "s3://aws-to-slack-cn-north-1" --acl public-read
65-
#@"$(AWS_CLI)" s3 cp "$(RELEASE_ZIP)" "s3://aws-to-slack-cn-northwest-1" --acl public-read
64+
# @"$(AWS_CLI)" s3 cp "$(RELEASE_ZIP)" "s3://aws-to-slack-cn-north-1" --acl public-read
65+
# @"$(AWS_CLI)" s3 cp "$(RELEASE_ZIP)" "s3://aws-to-slack-cn-northwest-1" --acl public-read

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ Supported notification formats:
2121
* AWS Code Build
2222
* AWS CodeCommit
2323
* AWS CodeDeploy 🆕
24+
* AWS CodePipeline 🆕
2425
* AWS Health Dashboard
26+
* Amazon GuardDury 🆕
2527
* Amazon Inspector
2628
* Amazon SES Received Notifications
2729
* CloudWatch Alarms (incl. Metrics)

build/release.zip

663 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)