Skip to content

Commit 0c54072

Browse files
authored
Add comments for Trivy scan configuration options
1 parent be5bf78 commit 0c54072

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/actions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,4 +663,13 @@ Workflows using that action need the following permissions:
663663
# Relative Path to the trivyignore files
664664
# Default: ".trivyignore"
665665
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: "."
666675
```

0 commit comments

Comments
 (0)