@@ -22,28 +22,28 @@ You can manually change your preference about usage data collection by running i
22
22
23
23
24
24
### Installation:
25
- - Select, Download and Install latest binary from [ Releases] ( https://github.com/fabric8-analytics/cli-tools/releases )
25
+ - Select, Download and Install the latest binary from [ Releases] ( https://github.com/fabric8-analytics/cli-tools/releases )
26
26
27
27
#### curl
28
28
29
29
- ##### For Linux
30
30
```
31
- $ curl -s -L https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.0 /crda_0.2.0_Linux_64bit .tar.gz | tar xvz -C .
31
+ $ curl -s -L https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.2 /crda_0.2.2_Linux_64bit .tar.gz | tar xvz -C .
32
32
```
33
33
- ##### For Linux - Fedora/CentOS/RHEL
34
34
```
35
- $ curl -s -L https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.0 /crda_0.2.0_Linux -64bit.rpm
35
+ $ curl -s -L https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.2 /crda_0.2.2_Linux -64bit.rpm
36
36
```
37
37
- ##### For MacOS
38
38
```
39
- $ curl -s -L https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.0 /crda_0.2.0_macOS_64bit .tar.gz | tar xvz -C .
39
+ $ curl -s -L https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.2 /crda_0.2.2_macOS_64bit .tar.gz | tar xvz -C .
40
40
```
41
41
- ##### For MacOS - Apple Silicon
42
42
```
43
- $ curl -s -L https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.0 /crda_0.2.0_macOS_ARM64 .tar.gz | tar xvz -C .
43
+ $ curl -s -L https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.2 /crda_0.2.2_macOS_ARM64 .tar.gz | tar xvz -C .
44
44
```
45
45
- ##### For Windows
46
- Click [ here] ( https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.0 /crda_0.2.0_Windows_64bit .tar.gz ) to start download.
46
+ Click [ here] ( https://github.com/fabric8-analytics/cli-tools/releases/download/v0.2.2 /crda_0.2.2_Windows_64bit .tar.gz ) to start download.
47
47
48
48
### Usage:
49
49
Executable supports following commands:
@@ -81,15 +81,15 @@ Executable supports following commands:
81
81
82
82
Possible exit codes and their meaning:
83
83
84
- - 0: success, no vulns found
84
+ - 0: success, no vulnerabilities found
85
85
- 1: failure, try to re-run command
86
- - 2: action_needed, vulns found
86
+ - 2: action_needed, vulnerabilities found
87
87
88
88
89
89
#### Build:
90
90
91
91
``` go
92
- go build -o crda
92
+ make build
93
93
```
94
94
95
95
0 commit comments