From c6e97c0eccb0127ecf5407fe52a223f8ed193dfc Mon Sep 17 00:00:00 2001 From: Chip Zoller Date: Thu, 22 Jun 2023 09:33:48 -0400 Subject: [PATCH] add missing VULN_TEMPLATE.md (#7640) * add missing VULN_TEMPLATE.md Signed-off-by: Chip Zoller * remove file; fix reference Signed-off-by: Chip Zoller --------- Signed-off-by: Chip Zoller --- .github/workflows/report-on-vulnerabilities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-on-vulnerabilities.yaml b/.github/workflows/report-on-vulnerabilities.yaml index 818030048b..2ed87dbb65 100644 --- a/.github/workflows/report-on-vulnerabilities.yaml +++ b/.github/workflows/report-on-vulnerabilities.yaml @@ -72,4 +72,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RESULTS: ${{ steps.set-scan-output.outputs.results }} with: - filename: .github/VULN_TEMPLATE.md + filename: .github/ISSUE_TEMPLATE/VULN-TEMPLATE.md