Skip to content

Commit 1c276b4

Browse files
committed
fix semgrep rule
1 parent ecec62a commit 1c276b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

semgrep/custom-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
rules:
22
- id: deny-actions-create-github-app-token
3-
pattderns:
3+
patterns:
44
- pattern-regex: "uses:\\s*actions/create-github-app-token"
5-
passths:
5+
paths:
66
include:
77
- "*.yaml"
88
- "*.yml"

0 commit comments

Comments
 (0)