Skip to content

Commit f34be35

Browse files
committed
implement NPM
Signed-off-by: Jefferson <[email protected]>
1 parent 187511f commit f34be35

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "{{ env.VULN_ID }} ({{ env.VULN_DEP_NAME }}) found on {{ env.NODEJS_STREAM }}"
3-
asignees:
4-
labels: {{ env.ISSUE_LABELS }}
3+
assignees:
54
---
65

76
A new vulnerability for {{ env.VULN_DEP_NAME }} {{ env.VULN_DEP_VERSION }} was found:

.github/workflows/check-vulns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ jobs:
103103
with:
104104
update_existing: false
105105
search_existing: open
106+
labels: ${{ join(matrix.vulnerabilities.labels, ',') }}
106107
env:
107108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108109
VULN_ID: ${{ matrix.vulnerabilities.id }}
109110
VULN_URL: ${{ matrix.vulnerabilities.url }}
110-
ISSUE_LABELS: ${{ join(matrix.vulnerabilities.labels, ',') }}
111111
VULN_DEP_NAME: ${{ matrix.vulnerabilities.dependency }}
112112
VULN_DEP_VERSION: ${{ matrix.vulnerabilities.version }}
113113
VULN_SOURCE: ${{ matrix.vulnerabilities.source }}

0 commit comments

Comments
 (0)