Refactor sectool usage in workflows to include configuration file and remove redundant sectool.json files
This commit is contained in:
@@ -51,5 +51,5 @@ jobs:
|
||||
SSH_AUTH_SOCK: ${{ steps.setup_ansible_env.outputs.ssh-auth-sock }}
|
||||
run: |
|
||||
cd terraform/k8sapps
|
||||
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