Skip to content

Commit c3b89d2

Browse files
committed
bandit findings
1 parent e19fcb4 commit c3b89d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_sra_examples/terraform/solutions/terraform_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def create_workspace(account, region):
104104
account (int): Account ID
105105
region (string): Region
106106
"""
107-
subprocess.run(f"terraform workspace new {account}-{region}", check=True, shell=True)
107+
subprocess.run(f"terraform workspace new {account}-{region}", check=True, shell=True) # nosec B602
108108

109109
def switch_to_workspace(account, region):
110110
"""Switch to a created workspace in Terraform

0 commit comments

Comments
 (0)