Skip to content

Disable github workflows #43

Disable github workflows

Disable github workflows #43

Workflow file for this run

# name: tfsec-pr-commenter
# on:
# pull_request:
# jobs:
# tfsec:
# name: tfsec PR commenter
# runs-on: ubuntu-latest
# permissions:
# contents: read
# pull-requests: write
# steps:
# - name: Clone repo
# uses: actions/checkout@master
# - name: tfsec
# uses: aquasecurity/[email protected]
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}