Skip to content

Commit d5f2da4

Browse files
author
regiluze
authored
chore: add issue opened slack notification action (#87)
* chore: add issue opened slack notification action
1 parent 6b71ed1 commit d5f2da4

File tree

17 files changed

+35
-16
lines changed

17 files changed

+35
-16
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
issues:
3+
types: [opened]
4+
name: Issue created Slack Notification
5+
jobs:
6+
slackNotification:
7+
name: Slack Notification
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- name: Slack Notification
12+
uses: rtCamp/action-slack-notify@v2
13+
env:
14+
SLACK_CHANNEL: ws-cloudnative-internal
15+
SLACK_ICON: https://github.com/fluidicon.png
16+
SLACK_MESSAGE: 'An issue has been opened in AWS Terraform repository'
17+
SLACK_TITLE: Issue Created
18+
SLACK_USERNAME: gitHub
19+
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

examples/single-account-k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ $ terraform apply
8585

8686
| Name | Version |
8787
|------|---------|
88-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
88+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.13.0 |
8989
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.5.1 |
9090
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 0.5.37 |
9191

examples/trigger-events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ terraform apply
4949

5050
| Name | Version |
5151
|------|---------|
52-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
52+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.13.0 |
5353

5454
## Modules
5555

modules/infrastructure/cloudtrail/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| Name | Version |
1414
|------|---------|
15-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.13.0 |
1616

1717
## Modules
1818

modules/infrastructure/cloudtrail_s3-sns-sqs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EVENT FILTER/fine-tunning, regarding what we want to send to Sysdig Cloud-Connec
4646

4747
| Name | Version |
4848
|------|---------|
49-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
49+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.13.0 |
5050

5151
## Modules
5252

modules/infrastructure/codebuild/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| Name | Version |
1414
|------|---------|
15-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.13.0 |
1616

1717
## Modules
1818

modules/infrastructure/ecs-vpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
| Name | Version |
1515
|------|---------|
16-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
16+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.13.0 |
1717

1818
## Modules
1919

modules/infrastructure/permissions/cloud-connector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| Name | Version |
1414
|------|---------|
15-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.13.0 |
1616

1717
## Modules
1818

modules/infrastructure/permissions/cloud-scanning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
| Name | Version |
1414
|------|---------|
15-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
15+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.13.0 |
1616

1717
## Modules
1818

modules/infrastructure/permissions/general/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ General permissions that apply to both cloud-connector and cloud-scanning module
1515

1616
| Name | Version |
1717
|------|---------|
18-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.12.1 |
18+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.13.0 |
1919

2020
## Modules
2121

0 commit comments

Comments
 (0)