Skip to content

Commit

Permalink
chore: add integration label and merge security label (aquasecurity#2316
Browse files Browse the repository at this point in the history
)

* chore: add integration label and merge security label

* use the kind/security label for vulnerabilities

Co-authored-by: knqyf263 <[email protected]>
  • Loading branch information
itaysk and knqyf263 authored Jun 22, 2022
1 parent 6b515bc commit 394c948
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
assignee: knqyf263
severity: CRITICAL
skip-dirs: integration,examples
label: vulnerability
label: kind/security
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions misc/triage/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 394c948

Please sign in to comment.