Skip to content

Commit ff13948

Browse files
committed
Fixed readme problem
1 parent 6d3184f commit ff13948

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Security Scan Workflow
99

1010
on:
1111
pull_request:
12-
[opened, synchronize]
12+
types: [opened, synchronize]
1313

1414
jobs:
1515
security-scan:
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v2
2323

2424
- name: Run Security Scan and Comment Action
25-
uses: dacoburn/security-tools@v1.0.1
25+
uses: dacoburn/security-tools@1.0.2
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
trufflehog_exclude_dir: "node_modules/*,vendor,.git/*"

0 commit comments

Comments
 (0)