mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-13 00:00:19 -08:00
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:
2
.github/workflows/scan.yaml
vendored
2
.github/workflows/scan.yaml
vendored
@@ -18,6 +18,6 @@ jobs:
|
||||
assignee: knqyf263
|
||||
severity: CRITICAL
|
||||
skip-dirs: integration,examples
|
||||
label: vulnerability
|
||||
label: kind/security
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user