mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 15:50:15 -08:00
docs: add pkg flags to config file page (#7370)
This commit is contained in:
@@ -431,6 +431,26 @@ module:
|
||||
# Same as '--enable-modules'
|
||||
enable-modules: []
|
||||
|
||||
```
|
||||
## Package options
|
||||
|
||||
```yaml
|
||||
pkg:
|
||||
# Same as '--include-dev-deps'
|
||||
include-dev-deps: false
|
||||
|
||||
# Same as '--pkg-relationships'
|
||||
relationships:
|
||||
- unknown
|
||||
- root
|
||||
- direct
|
||||
- indirect
|
||||
|
||||
# Same as '--pkg-types'
|
||||
types:
|
||||
- os
|
||||
- library
|
||||
|
||||
```
|
||||
## Registry options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user