We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85310f commit a60d3e7Copy full SHA for a60d3e7
docs/docs/references/configuration/config-file.md
@@ -650,5 +650,17 @@ vulnerability:
650
# Same as '--vex'
651
vex: []
652
653
+```
654
+## AWS options
655
+
656
+```yaml
657
+cloud:
658
+ aws:
659
+ # Same as '--endpoint'
660
+ endpoint: ""
661
662
+ # Same as '--region'
663
+ region: ""
664
665
```
666
[example]: https://github.com/aquasecurity/trivy/tree/{{ git.tag }}/examples/trivy-conf/trivy.yaml
magefiles/docs.go
@@ -191,6 +191,7 @@ func getAllFlags() []flag.FlagGroup {
191
flag.NewScanFlagGroup(),
192
flag.NewSecretFlagGroup(),
193
flag.NewVulnerabilityFlagGroup(),
194
+ flag.NewVMFlagGroup(),
195
}
196
197
0 commit comments