Skip to content

Commit 5ecb0ef

Browse files
Suppress pre-existing Zizmor secrets-outside-env findings in TestWorkflow.yml
1 parent a0c9837 commit 5ecb0ef

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/linters/zizmor.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ rules:
22
template-injection:
33
ignore:
44
- action.yml
5-
secrets-outside-env:
6-
ignore:
7-
- .github/workflows/TestWorkflow.yml

.github/workflows/TestWorkflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# zizmor:disable=[secrets-outside-env]
12
on:
23
workflow_call:
34
inputs:

0 commit comments

Comments
 (0)