Skip to content

Commit 3eeb7c1

Browse files
authored
add zizmor ignore rule (#368)
1 parent 6fcc924 commit 3eeb7c1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/pr-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PR automation
22
on:
3-
pull_request_target:
3+
pull_request_target: # zizmor: ignore[dangerous-triggers]
44
types:
55
- labeled
66
- opened

cspell.config.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
"src/dashboards/**",
2525
"yarn.lock"
2626
],
27-
"ignoreRegExpList": [
28-
"import\\s*\\((.|[\r\n])*?\\)",
29-
"import\\s*.*\".*?\""
30-
],
27+
"ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\""],
3128
"words": [
3229
"grafana",
3330
"datasource",
@@ -44,6 +41,7 @@
4441
"httpss",
4542
"Mwdhmsy",
4643
"templating",
47-
"stretchr"
44+
"stretchr",
45+
"zizmor"
4846
]
4947
}

0 commit comments

Comments
 (0)