Skip to content

hands-lab/dockle-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockle Action

GitHub

Usage

Basic usage

steps:
  - uses: hands-lab/dockle-action@v1
    with:
      image: hello-world

With optional parameters

steps:
  - uses: hands-lab/dockle-action@v1
    with:
      image: hello-world
      exit-code: '1'
      exit-level: WARN

Inputs

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)