mirror of
https://github.com/anchore/syft.git
synced 2025-11-19 17:33:18 +01:00
42 lines
1.4 KiB
YAML
42 lines
1.4 KiB
YAML
# Cataloger capabilities. See ../README.md for documentation.
|
|
|
|
catalogers:
|
|
- ecosystem: wordpress # MANUAL
|
|
name: wordpress-plugins-cataloger # AUTO-GENERATED
|
|
type: generic # AUTO-GENERATED
|
|
source: # AUTO-GENERATED
|
|
file: syft/pkg/cataloger/wordpress/cataloger.go
|
|
function: NewWordpressPluginCataloger
|
|
selectors: # AUTO-GENERATED
|
|
- directory
|
|
- image
|
|
- package
|
|
- wordpress
|
|
parsers: # AUTO-GENERATED structure
|
|
- function: parseWordpressPluginFiles
|
|
detector: # AUTO-GENERATED
|
|
method: glob # AUTO-GENERATED
|
|
criteria: # AUTO-GENERATED
|
|
- '**/wp-content/plugins/*/*.php'
|
|
metadata_types: # AUTO-GENERATED
|
|
- pkg.WordpressPluginEntry
|
|
package_types: # AUTO-GENERATED
|
|
- wordpress-plugin
|
|
json_schema_types: # AUTO-GENERATED
|
|
- WordpressPluginEntry
|
|
capabilities: # MANUAL - preserved across regeneration
|
|
- name: license
|
|
default: true
|
|
- name: dependency.depth
|
|
default: []
|
|
- name: dependency.edges
|
|
default: ""
|
|
- name: dependency.kinds
|
|
default: []
|
|
- name: package_manager.files.listing
|
|
default: false
|
|
- name: package_manager.files.digests
|
|
default: false
|
|
- name: package_manager.package_integrity_hash
|
|
default: false
|