Skip to content

Commit

Permalink
Merge pull request #23 from truefoundry/common-workflows-v1-1
Browse files Browse the repository at this point in the history
Adding commit ref
  • Loading branch information
dunefro authored Nov 5, 2024
2 parents 3e7e061 + bc2ab89 commit b9678da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:
jobs:
fmt_and_lint:
name: Terraform fmt and tflint
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].0
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].1
4 changes: 3 additions & 1 deletion .github/workflows/terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ on:
jobs:
terraform-docs-generator:
name: Generate terraform docs
uses: truefoundry/github-workflows-public/.github/workflows/[email protected]
uses: truefoundry/github-workflows-public/.github/workflows/[email protected]
with:
commit_ref: ${{ github.event.pull_request.head.ref }}
2 changes: 1 addition & 1 deletion .github/workflows/terraform-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:
jobs:
terraform-scan:
name: Vulnerability scanning
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].0
uses: truefoundry/github-workflows-public/.github/workflows/[email protected].1
secrets:
snyk_token: ${{ secrets.SNYK_TOKEN }}

0 comments on commit b9678da

Please sign in to comment.