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 be5bf78 commit 0c54072Copy full SHA for 0c54072
1 file changed
docs/actions.md
@@ -663,4 +663,13 @@ Workflows using that action need the following permissions:
663
# Relative Path to the trivyignore files
664
# Default: ".trivyignore"
665
trivyignore-files: ".trivyignore"
666
+ # Timeout for Trivy scan
667
+ # Default: 15m0s
668
+ timeout: "15m0s"
669
+ # scan type, e.g. fs or sbom
670
+ # defualt: fs
671
+ scan-type: fs
672
+ # Path to scan with Trivy
673
+ # Default: .
674
+ path: "."
675
```
0 commit comments