Skip to content

Commit cd3d444

Browse files
authored
Create tfsec-pr-commenter.yml
1 parent ad6eedd commit cd3d444

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
9+
steps:
10+
- name: Clone repo
11+
uses: actions/checkout@master
12+
13+
- name: tfsec
14+
uses: tfsec/tfsec-pr-commenter-action@main
15+
with:
16+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)