-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(issue): added docs for wrong detection issues (#1961)
Co-authored-by: knqyf263 <[email protected]>
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Wrong Detection | ||
labels: ["kind/bug"] | ||
about: If Trivy doesn't detect something, or shows false positive detection | ||
--- | ||
|
||
## Checklist | ||
- [ ] I've read [the documentation regarding wrong detection](https://aquasecurity.github.io/trivy/latest/community/contribute/issue/#wrong-detection). | ||
- [ ] I've confirmed that a security advisory in data sources was correct. | ||
- Run Trivy with `-f json` that shows data sources and make sure that the security advisory is correct. | ||
|
||
|
||
## Description | ||
|
||
<!-- | ||
Briefly describe the CVE that aren't detected and information about artifacts with this CVE. | ||
--> | ||
|
||
## JSON Output of run with `-debug`: | ||
|
||
``` | ||
(paste your output here) | ||
``` | ||
|
||
## Output of `trivy -v`: | ||
|
||
``` | ||
(paste your output here) | ||
``` | ||
|
||
## Additional details (base image name, container registry info...): | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters