Commit 00e66d5
committed
SECCMP-1797: Remove unused regex-pattern and fail-if-no-jira-id inputs
These inputs were defined but never wired into the matching logic:
- regex-pattern: matching always used hardcoded VALID_KEY-[0-9]+
- fail-if-no-jira-id: script always exits 1 when no ID found
Removed the inputs, their env: mappings, local variable assignments,
and debug logging to avoid misleading callers. No caller passes
these inputs today.1 parent 902c355 commit 00e66d5
1 file changed
Lines changed: 0 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 19 | | |
30 | 20 | | |
31 | 21 | | |
| |||
51 | 41 | | |
52 | 42 | | |
53 | 43 | | |
54 | | - | |
55 | | - | |
56 | 44 | | |
57 | 45 | | |
58 | 46 | | |
| |||
84 | 72 | | |
85 | 73 | | |
86 | 74 | | |
87 | | - | |
88 | | - | |
89 | 75 | | |
90 | | - | |
91 | | - | |
92 | 76 | | |
93 | 77 | | |
94 | 78 | | |
95 | 79 | | |
96 | | - | |
97 | | - | |
98 | 80 | | |
99 | 81 | | |
100 | 82 | | |
| |||
0 commit comments