chore: add integration label and merge security label (#2316)

* chore: add integration label and merge security label

* use the kind/security label for vulnerabilities

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
Itay Shakury
2022-06-22 12:11:37 +03:00
committed by GitHub
parent 6b515bc736
commit 394c948130
2 changed files with 5 additions and 5 deletions

View File

@@ -18,6 +18,6 @@ jobs:
assignee: knqyf263
severity: CRITICAL
skip-dirs: integration,examples
label: vulnerability
label: kind/security
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -32,7 +32,10 @@ labels:
description: Categorizes issue or PR as related to a unit/integration test.
- name: kind/security
color: f4dddc
description: security issues
description: Categorizes issue or PR as related to Trivy's own security or internal vulnerabilities.
- name: kind/integration
color: f4dddc
description: Categorizes issue or PR as related to a third party integration of Trivy.
# lifecycle for the stale bot
- name: lifecycle/frozen
@@ -125,6 +128,3 @@ labels:
- name: help wanted
color: 006b75
description: Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
- name: vulnerability
color: e11d21
description: Categorizes issue or PR as related to Trivy's own vulnerabilities.