Skip to content

Commit 1ab7c9b

Browse files
committed
fix semgrep rule
1 parent 1c8ad91 commit 1ab7c9b

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)