Skip to content

Commit da75af4

Browse files
authored
Change url paths for cspm cloudlogs template publishing operations (#102)
1 parent 0a67e62 commit da75af4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

templates_cspm_cloudlogs/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test: packaged-template.yaml
3737
"SysdigSecureAPIToken=$(SECURE_API_TOKEN)"
3838

3939
ci: packaged-template.yaml
40-
aws s3 cp ./packaged-template.yaml s3://$(S3_BUCKET)/full-install/single/$(S3_PREFIX)/entry-point.yaml
40+
aws s3 cp ./packaged-template.yaml s3://$(S3_BUCKET)/cspm-cloudlogs/single/$(S3_PREFIX)/entry-point.yaml
4141

4242
clean:
4343
aws cloudformation delete-stack --stack-name $(STACK_NAME)
@@ -61,7 +61,8 @@ test-org: packaged-template-org.yaml
6161
"SysdigSecureAPIToken=$(SECURE_API_TOKEN)"
6262

6363
ci-org: packaged-template-org.yaml
64-
aws s3 cp ./packaged-template-org.yaml s3://$(S3_BUCKET)/full-install/org/$(S3_PREFIX)/entry-point.yaml
64+
aws s3 cp ./packaged-template-org.yaml s3://$(S3_BUCKET)/cspm-cloudlogs/org/$(S3_PREFIX)/entry-point.yaml
6565

6666
clean-org:
6767
aws cloudformation delete-stack --stack-name $(STACK_NAME_ORG)
68+
#

templates_cspm_eventbridge/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ci-org: packaged-template-org.yaml
6666
clean-org:
6767
aws cloudformation delete-stack --stack-name $(STACK_NAME_ORG)
6868

69-
#
69+
##
7070
# local-test-manual:
7171
# (have not found a way to do it via cli)
7272
# aws console > cloudformation > create new stack (template, upload template: select ./templates_ecs/Cloudvision.yaml)

0 commit comments

Comments
 (0)