mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-28 10:28:36 +00:00
Update issue templates and scan for vulns action (#4952)
* update version drop-down Signed-off-by: Chip Zoller <chipzoller@gmail.com> * Add workflow to detect and report on image vulnerabilities Signed-off-by: Chip Zoller <chipzoller@gmail.com> * pin deps Signed-off-by: Chip Zoller <chipzoller@gmail.com> * bump JasonEtco/create-an-issue Signed-off-by: Chip Zoller <chipzoller@gmail.com> * bump versions in drop-downs Signed-off-by: Chip Zoller <chipzoller@gmail.com> * fix background mode scan with request.operation Signed-off-by: Chip Zoller <chipzoller@gmail.com> * Revert "bump versions in drop-downs" This reverts commit5fcea048dd
. * Revert "bump JasonEtco/create-an-issue" This reverts commitf0d44c7aca
. * update version drop-downs Signed-off-by: Chip Zoller <chipzoller@gmail.com> * bump action version Signed-off-by: Chip Zoller <chipzoller@gmail.com> Signed-off-by: Chip Zoller <chipzoller@gmail.com> Co-authored-by: Vyankatesh Kudtarkar <vyankateshkd@gmail.com> Co-authored-by: kyverno-bot <104836976+kyverno-bot@users.noreply.github.com>
This commit is contained in:
parent
3c70843fdf
commit
b7247b5935
4 changed files with 10 additions and 1 deletions
3
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
3
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
|
@ -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
|
||||
|
|
3
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
3
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
|
@ -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
|
||||
|
|
3
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
3
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue