Skip to content

Commit

Permalink
fix: Use the latest version of Trivy
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak committed Jun 2, 2020
1 parent 248a0c4 commit e09a3cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ inputs:
description: 'output format (table, json)'
required: false
default: 'table'
version:
description: 'version of Trivy to use'
required: false
default: 'latest'
runs:
using: 'docker'
image: 'docker://docker.io/aquasec/trivy:${{ inputs.version }}'
image: 'docker://docker.io/aquasec/trivy:latest'
args:
- 'image'
- '--format=${{ inputs.format }}'
Expand Down

0 comments on commit e09a3cf

Please sign in to comment.