github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/misc/triage/labels.yaml (about) 1 --- 2 repo: devseccon/trivy 3 labels: 4 5 # kind 6 - name: kind/breaking 7 color: e11d21 8 description: Categorizes issue or PR as related to breaking compatibility. 9 from: kind/api-change 10 - name: kind/bug 11 color: e11d21 12 from: bug 13 description: Categorizes issue or PR as related to a bug. 14 - name: kind/security-advisory 15 color: e11d21 16 description: Categorizes issue or PR as related to security advisories. 17 - name: kind/cleanup 18 color: c7def8 19 description: Categorizes issue or PR as related to cleaning up code, process, or technical debt. 20 - name: kind/deprecation 21 color: e11d21 22 from: enhancement 23 description: Categorizes issue or PR as related to a feature/enhancement marked for deprecation. 24 - name: kind/documentation 25 color: c7def8 26 description: Categorizes issue or PR as related to documentation. 27 - name: kind/feature 28 color: c7def8 29 description: Categorizes issue or PR as related to a new feature. 30 - name: kind/testing 31 color: c7def8 32 description: Categorizes issue or PR as related to a unit/integration test. 33 - name: kind/security 34 color: f4dddc 35 description: Categorizes issue or PR as related to Trivy's own security or internal vulnerabilities. 36 - name: kind/integration 37 color: f4dddc 38 description: Categorizes issue or PR as related to a third party integration of Trivy. 39 40 # lifecycle for the stale bot 41 - name: lifecycle/frozen 42 color: d3e2f0 43 description: Indicates that an issue or PR should not be auto-closed due to staleness. 44 - name: lifecycle/stale 45 color: "795548" 46 description: Denotes an issue or PR has remained open with no activity and will be auto-closed. 47 - name: lifecycle/active 48 color: "1d76db" 49 description: Indicates that an issue or PR is actively being worked on by a contributor. 50 51 # priority 52 - name: priority/critical-urgent 53 color: e11d21 54 description: Highest priority. Must be actively worked on as someone's top priority right now. 55 - name: priority/important-soon 56 color: eb6420 57 description: Must be staffed and worked on either currently, or very soon, ideally in time for the next release. 58 - name: priority/important-longterm 59 color: eb6420 60 description: Important over the long term, but may not be staffed and/or may need multiple releases to complete. 61 - name: priority/backlog 62 color: fbca04 63 description: Higher priority than priority/awaiting-more-evidence. 64 - name: priority/awaiting-more-evidence 65 color: fef2c0 66 description: Lowest priority. Possibly useful, but not yet enough support to actually get it done. 67 68 # triage 69 - name: triage/discuss 70 color: faff84 71 description: Items for discussion 72 - name: triage/duplicate 73 color: d455d0 74 from: duplicate 75 description: Indicates an issue is a duplicate of other open issue. 76 - name: triage/needs-information 77 color: d455d0 78 description: Indicates an issue needs more information in order to work on it. 79 - name: triage/not-reproducible 80 color: d455d0 81 description: Indicates an issue can not be reproduced as described. 82 - name: triage/obsolete 83 color: faff84 84 description: Bugs that no longer occur in the latest stable release 85 - name: triage/support 86 color: d455d0 87 from: question 88 description: Indicates an issue that is a support question. 89 - name: triage/unresolved 90 color: d455d0 91 description: Indicates an issue that can not or will not be resolved. 92 93 # scanning 94 - name: scan/vulnerability 95 color: d9ead3 96 description: Issues relating to vulnerability scanning 97 - name: scan/misconfiguration 98 color: d9ead3 99 description: Issues relating to misconfiguration scanning 100 - name: scan/secret 101 color: d9ead3 102 description: Issues relating to secret scanning 103 - name: scan/sbom 104 color: d9ead3 105 description: Issues relating to SBOM 106 - name: scan/license 107 color: d9ead3 108 description: Issues relating to license scanning 109 110 # target 111 - name: target/container-image 112 color: 0ebdb0 113 description: Issues relating to container image scanning 114 - name: target/filesystem 115 color: 0ebdb0 116 description: Issues relating to filesystem scanning 117 - name: target/repository 118 color: 0ebdb0 119 description: Issues relating to VCS repository scanning 120 - name: target/kubernetes 121 color: 0ebdb0 122 description: Issues relating to kubernetes cluster scanning 123 - name: target/cloud 124 color: 0ebdb0 125 description: Issues relating to cloud account scanning 126 - name: target/vm 127 color: 0ebdb0 128 description: Issues relating to virtual machine scanning 129 130 # others 131 - name: good first issue 132 color: 7057ff 133 description: Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. 134 - name: help wanted 135 color: 006b75 136 description: Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.