Skip to content

Commit dd51712

Browse files
committed
added docu
1 parent e4daa0f commit dd51712

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/actions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,3 +513,15 @@ More information about the configuration of the `labeler.yml` file can be found
513513
# Default: ""
514514
repository: ""
515515
```
516+
517+
### actin-trivy
518+
519+
Action to run a security check with [Trivy](https://trivy.dev/latest/) on the Code.
520+
521+
```yaml
522+
- uses: it-at-m/lhm_actions/action-templates/actions/action-trivy
523+
with:
524+
# Relative Path to the trivyignore files
525+
# Default: ".trivyignore"
526+
trivyignore-files: ".trivyignore"
527+
```

0 commit comments

Comments
 (0)