Skip to content

Commit

Permalink
Add tfsec commenter GitHub actions
Browse files Browse the repository at this point in the history
* Runs tfsec on PR, and comments any failures
  • Loading branch information
Stretch96 committed Feb 20, 2022
1 parent 6a2c436 commit 81c42b9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 81c42b9

Please sign in to comment.