actions-marketplace-validations/dockle-action

Lint & Best Practices for container images with integrations to Github UI

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageThe image that should be analysedyes
report-formatChoose one of json or sarif for UI integration with GHASnojson
report-nameDefaults to dockle-report and extension is added automatically.nodockle-report
failure-thresholdLevel of findings that should trigger a job failure. Defaults to WARN. Options are INFO, WARN, FATALnoWARN
exit-codeShould the job fail if findings at or higher than threshold? 0=No 1=Yes. Defaults to 1no1
dockle-versionIf you wish to specify a version of Dockle to use in the format 1.2.3 - otherwise uses latestnolatest
accept-keywordsComma seperated list of acceptable keywords for credential checks.no""
accept-filenamesComma seperated list of acceptable file names for credential checksno""
accept-extensionsComma seperated list of acceptable file extensions for credential checksno""
timeoutdocker timeout. e.g) 5s, 5m...no10m
dockle-hostOverride the DOCKLE_HOST environment variablenounix:///var/run/docker.sock
tokenGitHub token used to query the GitHub APIno${{ github.token }}

no outputs