Skip to content

Bump terraform-docs/gh-actions from 1.0.0 to 1.2.0 #56

Bump terraform-docs/gh-actions from 1.0.0 to 1.2.0

Bump terraform-docs/gh-actions from 1.0.0 to 1.2.0 #56

Workflow file for this run

name: TF security
on:
pull_request:
jobs:
tfsec:
name: tfsec
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: tfsec
uses: aquasecurity/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}