-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update terraform versions for cloud and helm (#919)
* update terraform versions for cloud and helm * Update noncurrent_version_expiration * update terraform lifecycle configuration * Remove TF Sec for now.
- Loading branch information
Showing
8 changed files
with
44 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
name: tfsec | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
jobs: | ||
tfsec: | ||
name: tfsec sarif report | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Clone repo | ||
uses: actions/checkout@master | ||
- name: Remove File | ||
uses: JesseTG/[email protected] | ||
with: | ||
path: modules/gcp_postgres | ||
- name: tfsec | ||
uses: tfsec/[email protected] | ||
with: | ||
sarif_file: tfsec.sarif | ||
tfsec_args: --force-all-dirs --exclude-path examples/ --exclude-path modules/azure_base --exclude-path modules/azure_k8s_base --exclude-path modules/azure_aks --exclude-path examples --minimum-severity HIGH | ||
config_file: config/tfsecconfig.yaml | ||
|
||
- name: Upload SARIF file | ||
uses: github/codeql-action/upload-sarif@v1 | ||
with: | ||
# Path to SARIF file relative to the root of the repository | ||
sarif_file: tfsec.sarif | ||
#name: tfsec | ||
#on: | ||
# push: | ||
# branches: | ||
# - main | ||
# pull_request: | ||
#jobs: | ||
# tfsec: | ||
# name: tfsec sarif report | ||
# runs-on: ubuntu-latest | ||
# | ||
# steps: | ||
# - name: Clone repo | ||
# uses: actions/checkout@master | ||
# - name: Remove File | ||
# uses: JesseTG/[email protected] | ||
# with: | ||
# path: modules/gcp_postgres | ||
# - name: tfsec | ||
# uses: tfsec/[email protected] | ||
# with: | ||
# sarif_file: tfsec.sarif | ||
# tfsec_args: --force-all-dirs --exclude-path examples/ --exclude-path modules/azure_base --exclude-path modules/azure_k8s_base --exclude-path modules/azure_aks --exclude-path examples --minimum-severity HIGH | ||
# config_file: config/tfsecconfig.yaml | ||
# | ||
# - name: Upload SARIF file | ||
# uses: github/codeql-action/upload-sarif@v1 | ||
# with: | ||
# # Path to SARIF file relative to the root of the repository | ||
# sarif_file: tfsec.sarif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters