33<p align =" center " >
44 <a href =" https://goreportcard.com/report/github.com/essentialkaos/sslcli " ><img src =" https://goreportcard.com/badge/github.com/essentialkaos/sslcli " ></a >
55 <a href =" https://codebeat.co/projects/github-com-essentialkaos-sslcli-master " ><img src =" https://codebeat.co/badges/edc52bb1-c807-470b-8466-b86cc0cfcdbe " ></a >
6- <a href =" https://travis-ci .com/essentialkaos/sslcli " ><img src =" https://travis-ci .com/essentialkaos/sslcli.svg " ></a >
6+ <a href =" https://github .com/essentialkaos/sslcli/actions " ><img src =" https://github .com/essentialkaos/sslcli/workflows/CI/badge .svg " alt = " GitHub Actions Status " / ></a >
77 <a href =" https://github.com/essentialkaos/sslcli/actions?query=workflow%3ACodeQL " ><img src =" https://github.com/essentialkaos/sslcli/workflows/CodeQL/badge.svg " /></a >
88 <a href =" #license " ><img src =" https://gh.kaos.st/apache2.svg " ></a >
99</p >
2424
2525#### From source
2626
27- Before the initial install allows git to use redirects for [ pkg.re] ( https://github.com/essentialkaos/pkgre ) service (_ reason why you should do this described [ here] ( https://github.com/essentialkaos/pkgre#git-support ) _ ):
28-
29- ```
30- git config --global http.https://pkg.re.followRedirects true
31- ```
32-
33- To build the SSLScan Client from scratch, make sure you have a working Go 1.12+ workspace ([ instructions] ( https://golang.org/doc/install ) ), then:
27+ To build the SSLScan Client from scratch, make sure you have a working Go 1.14+ workspace ([ instructions] ( https://golang.org/doc/install ) ), then:
3428
3529```
3630go get github.com/essentialkaos/sslcli
@@ -42,18 +36,11 @@ If you want update SSLScan Client to latest stable release, do:
4236go get -u github.com/essentialkaos/sslcli
4337```
4438
45- #### From ESSENTIAL KAOS Public repo for RHEL6/CentOS6
46-
47- ``` bash
48- [sudo] yum install -y https://yum.kaos.st/kaos-repo-latest.el6.noarch.rpm
49- [sudo] yum install sslcli
50- ```
51-
52- #### From ESSENTIAL KAOS Public repo for RHEL7/CentOS7
39+ #### From [ ESSENTIAL KAOS Public Repository] ( https://yum.kaos.st )
5340
5441``` bash
55- [ sudo] yum install -y https://yum.kaos.st/kaos-repo-latest.el7.noarch .rpm
56- [ sudo] yum install sslcli
42+ sudo yum install -y https://yum.kaos.st/get/ $( uname -r ) .rpm
43+ sudo yum install yo
5744```
5845
5946#### Prebuilt binaries
@@ -125,8 +112,8 @@ Examples
125112
126113| Branch | Status |
127114| --------| --------|
128- | ` master ` | [ ![ Build Status ] ( https://travis-ci .com/essentialkaos/sslcli.svg?branch=master )] ( https://travis-ci .com/essentialkaos/sslcli ) |
129- | ` develop ` | [ ![ Build Status ] ( https://travis-ci .com/essentialkaos/sslcli.svg?branch=develop )] ( https://travis-ci .com/essentialkaos/sslcli ) |
115+ | ` master ` | [ ![ CI ] ( https://github .com/essentialkaos/sslcli/workflows/CI/badge .svg?branch=master )] ( https://github .com/essentialkaos/sslcli/actions ) |
116+ | ` develop ` | [ ![ CI ] ( https://github .com/essentialkaos/sslcli/workflows/CI/badge .svg?branch=develop )] ( https://github .com/essentialkaos/sslcli/actions ) |
130117
131118### Contributing
132119
0 commit comments