Skip to content

Commit 4c684d3

Browse files
authored
Merge pull request #33 from chris-qa-org/add-tfsec-commenter-github-action
Add tfsec commenter GitHub actions
2 parents 6a2c436 + 81c42b9 commit 4c684d3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/tfsec.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: tfsec-pr-commenter
2+
on:
3+
pull_request:
4+
jobs:
5+
tfsec:
6+
name: tfsec PR commenter
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Clone repo
10+
uses: actions/checkout@master
11+
- name: tfsec
12+
uses: aquasecurity/[email protected]
13+
with:
14+
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)