Skip to content
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

Test2 #99

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Synchronizing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
- name: Checkout destination repository
uses: actions/checkout@v2
with:
repository: coralogix/cloudformation-coralogix-aws
token: ${{ secrets.GH_TOKEN }}
repository: guyrenny/guy-renny-cloudformation
token: ${{ secrets.DESTINATION_REPO_TOKEN }}

- name: Create template-readme-directory
run: mkdir ./template-readme-directory
Expand Down
2 changes: 1 addition & 1 deletion src/cloudtrail-sns/template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AWSTemplateFormatVersion: '2010-09-09'
AWSTemplateFormatVersion: '2010-09-08'
Transform: AWS::Serverless-2016-10-31
Description: Send CloudTrail logs from SNS bucket to Coralogix.
Metadata:
Expand Down
2 changes: 1 addition & 1 deletion src/ecr/template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AWSTemplateFormatVersion: 2010-09-09
AWSTemplateFormatVersion: 2010-09-08
Transform: AWS::Serverless-2016-10-31
Description: Send ECR image scans results to Coralogix.
Metadata:
Expand Down
4 changes: 2 additions & 2 deletions src/sns/template.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: Send SNS messages to Coralogix.
Description: Send SNS messages to Coralogix
Metadata:
AWS::ServerlessRepo::Application:
Name: Coralogix-SNS
Expand Down Expand Up @@ -158,4 +158,4 @@ Resources:
Endpoint:
Ref: NotificationEmail
TopicArn:
Ref: LambdaFunction.DestinationTopic
Ref: LambdaFunction.DestinationTopic
Loading