File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
integration/test_resources/help Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 3636 --existing_iam_role_externalid string specify existing iam role external_id to use
3737 --existing_iam_role_name string specify existing iam role name to use
3838 --existing_sns_topic_arn string specify existing SNS topic arn
39- --force_destroy_s3 enable force destroy S3 bucket
4039 -h, --help help for aws
4140 --lacework_aws_account_id string the Lacework AWS root account id
4241 --output string location to write generated content (default is ~/lacework/aws)
Original file line number Diff line number Diff line change 2828 --configuration_integration_name string specify a custom configuration integration name
2929 --custom_bucket_name string override prefix based storage bucket name generation with a custom name
3030 --custom_filter string Audit Log filter which supersedes all other filter options when defined
31- --enable_force_destroy_bucket enable force bucket destroy
3231 --enable_ubla enable universal bucket level access(ubla) (default true)
3332 --existing_bucket_name string specify existing bucket name
3433 --existing_service_account_name string specify existing service account name
Original file line number Diff line number Diff line change 2929 --enable_bucket_versioning enable s3 bucket versioning (default true)
3030 --enable_encryption_s3 enable encryption on s3 bucket (default true)
3131 --enable_firehose_encryption enable firehose encryption (default true)
32- --enable_force_destroy enable force destroy s3 bucket
3332 --enable_kms_key_rotation enable automatic kms key rotation (default true)
3433 --enable_mfa_delete_s3 enable mfa delete on s3 bucket. Requires bucket versioning.
3534 --enable_sns_topic_encryption enable encryption on the sns topic (default true)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ run_integration_tests(){
1111 CHANGES=$( git --no-pager diff --name-only $BRANCH $( git merge-base $BRANCH main) )
1212
1313 # Fetch relevant build tags
14- TAGS=$( go run integration/context/ctx_cfg.go $CHANGES )
14+ TAGS=$( go run integration/context/ctx_cfg.go -- $CHANGES )
1515
1616 # if no tags then exit
1717 if [ " $TAGS " = " " ]; then
You can’t perform that action at this time.
0 commit comments