Commit 45b130a 1 parent c80ea21 commit 45b130a Copy full SHA for 45b130a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
fmt_and_lint :
8
8
name : Terraform fmt and tflint
9
- uses : truefoundry/github-workflows-public/.github/workflows/terraform-lint-format.yml@v0.1.1
9
+ uses : truefoundry/github-workflows-public/.github/workflows/terraform-lint-format.yml@v0.1.5
Original file line number Diff line number Diff line change 5
5
jobs :
6
6
terraform-docs-generator :
7
7
name : Generate terraform docs
8
- uses : truefoundry/github-workflows-public/.github/workflows/terraform-doc-generator.yml@v0.1.1
8
+ uses : truefoundry/github-workflows-public/.github/workflows/terraform-doc-generator.yml@v0.1.5
9
9
with :
10
10
commit_ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 5
5
jobs :
6
6
terraform-scan :
7
7
name : Vulnerability scanning
8
- uses : truefoundry/github-workflows-public/.github/workflows/terraform-scan.yml@v0.1.1
8
+ uses : truefoundry/github-workflows-public/.github/workflows/terraform-scan.yml@v0.1.5
9
9
secrets :
10
10
snyk_token : ${{ secrets.SNYK_TOKEN }}
You can’t perform that action at this time.
0 commit comments