Skip to content

UML-3547 introduced new feature flag - "paper_verification" with a de… #2902

UML-3547 introduced new feature flag - "paper_verification" with a de…

UML-3547 introduced new feature flag - "paper_verification" with a de… #2902

Workflow file for this run

name: TFSec Static analysis
on:
pull_request:
branches: [ main ]
paths:
- "**.tf"
permissions:
actions: read
checks: read
contents: none
deployments: none
issues: none
packages: none
pull-requests: write
repository-projects: none
security-events: none
statuses: none
jobs:
tfsec:
name: TFSec Static analysis
runs-on: ubuntu-latest
strategy:
matrix:
terraform_path: [ 'terraform/environment', 'terraform/account' ]
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: tfsec with pr comments
uses: tfsec/[email protected]
with:
working_directory: ${{ matrix.terraform_path }}
github_token: ${{secrets.GITHUB_TOKEN}}