Refactor sectool usage in workflows to include configuration file and remove redundant sectool.json files
This commit is contained in:
@@ -31,5 +31,5 @@ jobs:
|
||||
BW_ACCESS_TOKEN: ${{ secrets.BW_ACCESS_TOKEN }}
|
||||
run: |
|
||||
cd terraform/aws-iac
|
||||
sectool exec terraform init
|
||||
sectool exec terraform apply --auto-approve
|
||||
sectool -f ../../sectool.json exec terraform init
|
||||
sectool -f ../../sectool.json exec terraform apply --auto-approve
|
||||
|
||||
Reference in New Issue
Block a user