-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update adopters template (#5330)
- Loading branch information
Showing
1 changed file
with
20 additions
and
24 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 |
---|---|---|
@@ -1,35 +1,31 @@ | ||
title: "<company name> " | ||
title: "<company name>" | ||
labels: ["adopters"] | ||
body: | ||
- type: checkboxes | ||
- type: textarea | ||
id: info | ||
attributes: | ||
label: Please select all the scan targets that you are using | ||
options: | ||
- label: Container Images | ||
- label: Filesystem | ||
- label: Git Repository | ||
- label: Virtual Machine Images | ||
- label: Kubernetes | ||
- label: AWS | ||
label: "[Optional] How do you use Trivy?" | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
attributes: | ||
label: Which scanners are you using on those scan targets? | ||
label: "[Optional] Which targets are you scanning with Trivy?" | ||
options: | ||
- label: OS packages and software dependencies in use (SBOM) | ||
- label: Known vulnerabilities (CVEs) | ||
- label: IaC issues and misconfigurations | ||
- label: Sensitive information and secrets | ||
- label: Software licenses | ||
- label: "Container Image" | ||
- label: "Filesystem" | ||
- label: "Git Repository" | ||
- label: "Virtual Machine Image" | ||
- label: "Kubernetes" | ||
- label: "AWS" | ||
- label: "SBOM" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: info | ||
- type: checkboxes | ||
attributes: | ||
label: "Additional Information" | ||
description: "Please tell us more about your use case of Trivy -- anything that you would like to share 🎉" | ||
value: | | ||
... | ||
validations: | ||
required: false | ||
label: "[Optional] What kind of issues are scanning with Trivy?" | ||
options: | ||
- label: "Software Bill of Materials (SBOM)" | ||
- label: "Known vulnerabilities (CVEs)" | ||
- label: "IaC issues and misconfigurations" | ||
- label: "Sensitive information and secrets" | ||
- label: "Software licenses" |