File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ The folder can include source code that uses maven/gradle in the project, as wel
61
61
62
62
` ` ` shell
63
63
ARCH=amd64 # or ARCH=arm64
64
- wget "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.0 -linux-$ARCH.tar.gz"
65
- tar -xzvf log4j-detect-1.2.0 -linux-$ARCH.tar.gz
64
+ wget "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.1 -linux-$ARCH.tar.gz"
65
+ tar -xzvf log4j-detect-1.2.1 -linux-$ARCH.tar.gz
66
66
chmod +x log4j-detect
67
67
./log4j-detect -h
68
68
` ` `
@@ -71,16 +71,16 @@ chmod +x log4j-detect
71
71
72
72
` ` ` shell
73
73
ARCH=amd64 # or ARCH=arm64
74
- wget "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.0 -darwin-$ARCH.tar.gz"
75
- tar -xzvf log4j-detect-1.2.0 -darwin-$ARCH.tar.gz
74
+ wget "https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.1 -darwin-$ARCH.tar.gz"
75
+ tar -xzvf log4j-detect-1.2.1 -darwin-$ARCH.tar.gz
76
76
chmod +x log4j-detect
77
77
./log4j-detect -h
78
78
` ` `
79
79
80
80
# ## Windows
81
81
82
82
` ` ` powershell
83
- Invoke-WebRequest -Uri " https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.0 -windows-amd64.zip" -OutFile " log4j-detect.zip"
83
+ Invoke-WebRequest -Uri " https://github.com/whitesource/log4j-detect-distribution/releases/latest/download/log4j-detect-1.2.1 -windows-amd64.zip" -OutFile " log4j-detect.zip"
84
84
Expand-Archive -LiteralPath ' log4j-detect.zip'
85
85
cd log4j-detect
86
86
.\l og4j-detect.exe -h
You can’t perform that action at this time.
0 commit comments