Skip to content

Commit 06798b3

Browse files
authored
chore: add workflow_dispatch to security-code-scanner (#3170)
## Summary This pull request updates the Security Code Scanner by adding the `workflow_dispatch` trigger. This trigger allows for the Code Scanner to be manually triggered from your repository's `Action` tab. For further questions, please contact the MetaMask Security team.
1 parent 911d29a commit 06798b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/security-code-scanner.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'MetaMask Security Code Scanner'
1+
name: MetaMask Security Code Scanner
22

33
on:
44
workflow_call:
@@ -7,6 +7,7 @@ on:
77
required: false
88
APPSEC_BOT_SLACK_WEBHOOK:
99
required: false
10+
workflow_dispatch:
1011

1112
jobs:
1213
run-security-scan:

0 commit comments

Comments
 (0)