Skip to content

Commit fb55e2f

Browse files
committed
feat: use docker image instead of building it
1 parent 45488b6 commit fb55e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "deepcode-code-scanning-analysis"
22
description: "DeepCode Analysis is the fastest and most powerful semantic analysis to find bugs in your code."
33
runs:
44
using: "docker"
5-
image: "Dockerfile"
5+
image: "docker://deepcodeg/deepcode-code-scanning-analysis:latest"
66
branding:
77
icon: "search"
88
color: "blue"

0 commit comments

Comments
 (0)