Skip to content

Bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1 #2

Bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1

Bump aquasecurity/tfsec-pr-commenter-action from 1.2.0 to 1.3.1 #2

Workflow file for this run

name: 'docs'
on:
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
token: "${{ secrets.GITHUB_TOKEN }}"
- name: Terraform Docs
uses: terraform-docs/[email protected]
with:
output-file: README.md
output-method: inject
git-push: "true"