Skip to content

Commit 038cecb

Browse files
committed
Fix Docker image path
1 parent 5a29b9a commit 038cecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ outputs:
1717
description: 'The detected vulnerabilities as JSON'
1818
runs:
1919
using: 'docker'
20-
image: 'symfonycorp/cli'
20+
image: 'docker://symfonycorp/cli:latest'
2121
args:
2222
- check:security
2323
- "--dir"

0 commit comments

Comments
 (0)