Skip to content

Commit

Permalink
chore: Update action metadata (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak authored Jun 2, 2020
1 parent 677942f commit 7991a69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: 'Trivy Vulnerability Scanner'
description: 'Scan container image for vulnerabilities with Trivy'
author: 'Daniel Pacak'
author: 'Aqua Security'
inputs:
image-ref: # Docker image reference, e.g. alpine:3.10.2
description: 'Docker image reference'
image-ref:
description: 'image reference'
required: true
exit-code:
description: 'Exit code'
description: 'exit code when vulnerabilities were found'
required: false
default: '0'
format:
description: 'Output format'
description: 'output format (table, json)'
required: false
default: 'table'
runs:
Expand Down

0 comments on commit 7991a69

Please # to comment.