Skip to content

remove venv, use pyenv instead #7

remove venv, use pyenv instead

remove venv, use pyenv instead #7

Workflow file for this run

---
name: tfsec
on:
push:
branches:
- main
- master
- prod
- develop
jobs:
tfsec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: ~0.12.29
- name: Terraform init
run: terraform init --backend=false
- name: tfsec
uses: reviewdog/action-tfsec@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
filter_mode: nofilter
level: error