File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : go
22
33go :
4- - 1.11.x
54 - 1.12.x
65 - 1.13.x
6+ - 1.14.x
77 - tip
88
99os :
@@ -19,7 +19,7 @@ branches:
1919
2020env :
2121 global :
22- - IMAGE=essentialkaos/perfecto:centos7
22+ - IMAGE=essentialkaos/perfecto:centos7 HADOLINT_VERSION=1.17.5
2323
2424matrix :
2525 fast_finish : true
@@ -29,7 +29,7 @@ matrix:
2929before_install :
3030 - docker pull "$IMAGE"
3131 - wget https://kaos.sh/perfecto/perfecto-docker
32- - wget -O hadolint https://github.com/hadolint/hadolint/releases/download/v1.17.4 /hadolint-Linux-x86_64
32+ - wget -O hadolint https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION} /hadolint-Linux-x86_64
3333 - chmod +x perfecto-docker
3434 - chmod +x hadolint
3535 - ./hadolint --version
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Before the initial install allows git to use redirects for [pkg.re](https://gith
2929git config --global http.https://pkg.re.followRedirects true
3030```
3131
32- To build the SSLScan Client from scratch, make sure you have a working Go 1.11 + workspace ([ instructions] ( https://golang.org/doc/install ) ), then:
32+ To build the SSLScan Client from scratch, make sure you have a working Go 1.12 + workspace ([ instructions] ( https://golang.org/doc/install ) ), then:
3333
3434```
3535go get github.com/essentialkaos/sslcli
You can’t perform that action at this time.
0 commit comments