We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3184f commit ff13948Copy full SHA for ff13948
1 file changed
README.md
@@ -9,7 +9,7 @@ name: Security Scan Workflow
9
10
on:
11
pull_request:
12
- [opened, synchronize]
+ types: [opened, synchronize]
13
14
jobs:
15
security-scan:
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v2
23
24
- name: Run Security Scan and Comment Action
25
- uses: dacoburn/security-tools@v1.0.1
+ uses: dacoburn/security-tools@1.0.2
26
with:
27
github_token: ${{ secrets.GITHUB_TOKEN }}
28
trufflehog_exclude_dir: "node_modules/*,vendor,.git/*"
0 commit comments