Skip to content

Commit

Permalink
Fix Docker image path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 30, 2020
1 parent 5a29b9a commit 038cecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ outputs:
description: 'The detected vulnerabilities as JSON'
runs:
using: 'docker'
image: 'symfonycorp/cli'
image: 'docker://symfonycorp/cli:latest'
args:
- check:security
- "--dir"
Expand Down

0 comments on commit 038cecb

Please sign in to comment.