-
Notifications
You must be signed in to change notification settings - Fork 3
[PFMENG-2716] fix v2 for dualstack #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
node-version: 18 | ||
|
||
- name: Setup Terraform | ||
uses: hashicorp/setup-terraform@v3 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
cli_config_credentials_token: ${{ secrets.TFE_TOKEN }} | ||
|
||
- name: Setup Helm | ||
uses: azure/setup-helm@v4 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
- name: precommit run tflint hooks | ||
id: precommit_run_hooks_all | ||
if: inputs.pre_commit_run_all | ||
uses: pre-commit/action@v3.0.1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step: precommit_run_hooks_all
key: ${{ runner.os }}-terraform-${{ hashFiles('**/.terraform.lock.hcl') }} | ||
|
||
- name: Setup Terraform | ||
uses: hashicorp/setup-terraform@v3 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
cli_config_credentials_token: ${{ secrets.TFE_TOKEN }} | ||
|
||
- name: Setup Helm | ||
uses: azure/setup-helm@v4 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
key: ${{ runner.os }}-tflint-${{ hashFiles('.tflint.hcl') }} | ||
|
||
- name: Setup TFLint | ||
uses: terraform-linters/setup-tflint@v4 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
- name: precommit run tflint hooks | ||
id: precommit_run_hooks_all | ||
if: inputs.pre_commit_run_all | ||
uses: pre-commit/action@v3.0.1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step: precommit_run_hooks_all
submodules: ${{ inputs.enable_submodules }} | ||
|
||
- name: Run Trivy vulnerability scanner in IaC mode | ||
uses: aquasecurity/trivy-action@0.23.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
|
||
- name: Get changed files | ||
id: changed-files | ||
uses: tj-actions/changed-files@v44 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step: changed-files
|
||
- name: Run Checkov action | ||
id: checkov | ||
uses: bridgecrewio/checkov-action@master |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
No description provided.