Skip to content

Commit 0ea2cfc

Browse files
committed
Fix wrong megalinter docker image
1 parent ad3d501 commit 0ea2cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
environment:
66
DEFAULT_WORKSPACE: /root/project
77
docker:
8-
- image: oxsecurity/megalinter-go:v8
8+
- image: oxsecurity/megalinter:v8
99
# checkov:skip=CKV_CIRCLECIPIPELINES_2:prefer mutable but stable tags
1010
steps:
1111
- checkout

0 commit comments

Comments
 (0)