switch to ubunto
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
curl "https://github.com/Checkmarx/kics/releases/latest/download/kics_1.0.0_linux_x64.tar.gz" -o kics.tar.gz
|
||||
|
||||
ls -la
|
||||
|
||||
tar -zxvf kics.tar.gz
|
||||
|
||||
chmod +x kics
|
||||
wget -c https://github.com/Checkmarx/kics/releases/latest/download/kics_1.0.0_linux_x64.tar.gz -O - | tar -xz
|
||||
|
||||
./kics -p $INPUT_DIRECTORY
|
||||
Reference in New Issue
Block a user