File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 command : ci build
1717 - run :
1818 name : test docker
19- command : ci run --rm nightfall_dlp_build make test
19+ command : ci run --rm nightfall_code_scanner_build make test
2020 - run :
2121 name : Clean up reusable Docker
2222 command : clean_up_reusable_docker
4747 -e CIRCLE_PULL_REQUEST=$CIRCLE_PULL_REQUEST \
4848 -e CIRCLE_SHA1=$CIRCLE_SHA1 \
4949 -e REVIEWDOG_TOKEN=$REVIEWDOG_TOKEN \
50- --rm nightfall_dlp_build \
50+ --rm nightfall_code_scanner_build \
5151 sh -c '$(go env GOPATH)/bin/golangci-lint run \
5252 | $(go env GOPATH)/bin/reviewdog -f=golangci-lint -name=golangci -reporter='"$CHECK_LEVEL"' -level=error'
5353 - run :
Original file line number Diff line number Diff line change 11version : ' 3.6'
22services :
3- nightfall_dlp_build :
3+ nightfall_code_scanner_build :
44 image : builder
55 build :
66 context : .
@@ -9,10 +9,10 @@ services:
99 GO_ENV : ci
1010 command : ./nightfall_dlp
1111
12- nightfall_dlp :
12+ nightfall_code_scanner :
1313 build :
1414 context : .
15- image : nightfall_code_scanner
15+ image : nightfallai/ nightfall_code_scanner
1616
1717 wait :
1818 image : deliveroo/circleci:0.2.8
You can’t perform that action at this time.
0 commit comments