From b7247b5935d789827eaabc85544928fade595653 Mon Sep 17 00:00:00 2001 From: Chip Zoller Date: Thu, 13 Oct 2022 18:11:58 -0400 Subject: [PATCH] Update issue templates and scan for vulns action (#4952) * update version drop-down Signed-off-by: Chip Zoller * Add workflow to detect and report on image vulnerabilities Signed-off-by: Chip Zoller * pin deps Signed-off-by: Chip Zoller * bump JasonEtco/create-an-issue Signed-off-by: Chip Zoller * bump versions in drop-downs Signed-off-by: Chip Zoller * fix background mode scan with request.operation Signed-off-by: Chip Zoller * Revert "bump versions in drop-downs" This reverts commit 5fcea048dd455ba055cc960d491987c70f080936. * Revert "bump JasonEtco/create-an-issue" This reverts commit f0d44c7aca759a7c294602f40030711a7a0309db. * update version drop-downs Signed-off-by: Chip Zoller * bump action version Signed-off-by: Chip Zoller Signed-off-by: Chip Zoller Co-authored-by: Vyankatesh Kudtarkar Co-authored-by: kyverno-bot <104836976+kyverno-bot@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug-cli.yaml | 3 +++ .github/ISSUE_TEMPLATE/bug-other.yaml | 3 +++ .github/ISSUE_TEMPLATE/bug-webhook.yaml | 3 +++ .github/workflows/report-on-vulnerabilities.yaml | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-cli.yaml b/.github/ISSUE_TEMPLATE/bug-cli.yaml index 0b155f753b..d1bd921c5c 100644 --- a/.github/ISSUE_TEMPLATE/bug-cli.yaml +++ b/.github/ISSUE_TEMPLATE/bug-cli.yaml @@ -24,7 +24,10 @@ body: - 1.7.1 - 1.7.2 - 1.7.3 + - 1.7.4 + - 1.7.5 - 1.8.0 + - 1.8.1 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-other.yaml b/.github/ISSUE_TEMPLATE/bug-other.yaml index baf6fa36da..9a46db86d6 100644 --- a/.github/ISSUE_TEMPLATE/bug-other.yaml +++ b/.github/ISSUE_TEMPLATE/bug-other.yaml @@ -23,7 +23,10 @@ body: - 1.7.1 - 1.7.2 - 1.7.3 + - 1.7.4 + - 1.7.5 - 1.8.0 + - 1.8.1 validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug-webhook.yaml b/.github/ISSUE_TEMPLATE/bug-webhook.yaml index b4259653a5..a9f44b134b 100644 --- a/.github/ISSUE_TEMPLATE/bug-webhook.yaml +++ b/.github/ISSUE_TEMPLATE/bug-webhook.yaml @@ -23,7 +23,10 @@ body: - 1.7.1 - 1.7.2 - 1.7.3 + - 1.7.4 + - 1.7.5 - 1.8.0 + - 1.8.1 validations: required: true - type: dropdown diff --git a/.github/workflows/report-on-vulnerabilities.yaml b/.github/workflows/report-on-vulnerabilities.yaml index eb7d47eacb..acd0a98804 100644 --- a/.github/workflows/report-on-vulnerabilities.yaml +++ b/.github/workflows/report-on-vulnerabilities.yaml @@ -60,7 +60,7 @@ jobs: id: set-scan-output run: echo ::set-output name=results::$(cat scan.json) - - uses: JasonEtco/create-an-issue@9e6213aec58987fa7d2f4deb8b256b99e63107a2 # v2.6.0 + - uses: JasonEtco/create-an-issue@1a16035489d05041b9af40b970f02e301c52ffba # v2.8.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} RESULTS: ${{ steps.set-scan-output.outputs.results }}