File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
templates_cspm_eventbridge Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ test: packaged-template.yaml
3737 " SysdigSecureAPIToken=$( SECURE_API_TOKEN) "
3838
3939ci : 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
4242clean :
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
6363ci-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
6666clean-org :
6767 aws cloudformation delete-stack --stack-name $(STACK_NAME_ORG )
68+ #
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ci-org: packaged-template-org.yaml
6666clean-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)
You can’t perform that action at this time.
0 commit comments