steps:
- uses: hands-lab/dockle-action@v1
with:
image: hello-world
steps:
- uses: hands-lab/dockle-action@v1
with:
image: hello-world
exit-code: '1'
exit-level: WARN
Name | Type | Required | Default | Description |
---|---|---|---|---|
image | string | True | image name | |
exit-code | string | False | '0' | exit code when alerts were found |
exit-level | string | False | WARN | alert level (INFO, WARN, FATAL) |