Skip to content

Commit

Permalink
obom tagging
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Nov 13, 2024
1 parent ea39d0c commit 5cda4e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/component-tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,12 @@
{ "xml": ["(xml|expat)"] },
{ "boot": ["(grub|systemd-boot|syslinux)"] },
{ "gui": ["(wayland|xorg|X11|mesa|vulkan|tk|wkhtmltox|electron)"] },
{ "package": ["(rpm|dnf|yum|apt|zypper|apk)$"] },
{
"package": [
"(rpm|dnf|yum|apt|zypper|apk|conda)$",
"^(conda_package_|conda-package-)"
]
},
{
"browser": [
"^(edge)",
Expand Down

0 comments on commit 5cda4e0

Please sign in to comment.