File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11---
22title : " {{ env.VULN_ID }} ({{ env.VULN_DEP_NAME }}) found on {{ env.NODEJS_STREAM }}"
3- asignees :
4- labels : {{ env.ISSUE_LABELS }}
3+ assignees :
54---
65
76A new vulnerability for {{ env.VULN_DEP_NAME }} {{ env.VULN_DEP_VERSION }} was found:
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments