diff --git a/.github/workflows/tfsec.yml b/.github/workflows/tfsec.yml new file mode 100644 index 0000000..98bc794 --- /dev/null +++ b/.github/workflows/tfsec.yml @@ -0,0 +1,14 @@ +name: tfsec-pr-commenter +on: + pull_request: +jobs: + tfsec: + name: tfsec PR commenter + runs-on: ubuntu-latest + steps: + - name: Clone repo + uses: actions/checkout@master + - name: tfsec + uses: aquasecurity/tfsec-pr-commenter-action@v1.0.2 + with: + github_token: ${{ github.token }}