Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
./terraform/env/prod,
./terraform/common,
]
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_apply.yaml@main
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_apply.yaml@8aad7d53dec2297122831639ae12e0ce9f4eeeff # main
with:
tf_dir: ${{ matrix.TF_DIR }}
tf_token_keeper_path: sd33hj2cVYiRB4TEhAG_jg/field/password
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@

jobs:
terraform_fmt:
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_fmt.yaml@main
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_fmt.yaml@8aad7d53dec2297122831639ae12e0ce9f4eeeff # main
with:
parent_tf_dir: "./terraform"

tflint:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/tflint.yaml@main
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/tflint.yaml@8aad7d53dec2297122831639ae12e0ce9f4eeeff # main
with:
parent_tf_dir: "./terraform"
secrets: inherit

tfplan:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
if: github.ref != 'refs/heads/main' # No reason to run plan on main
strategy:
matrix:
Expand All @@ -31,7 +31,7 @@
./terraform/env/prod,
./terraform/common,
]
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_plan.yaml@main
uses: CityOfPhiladelphia/citygeo-shared-workflows/.github/workflows/terraform_plan.yaml@8aad7d53dec2297122831639ae12e0ce9f4eeeff # main
with:
tf_dir: ${{ matrix.TF_DIR }}
tf_token_keeper_path: sd33hj2cVYiRB4TEhAG_jg/field/password
Expand Down
Loading