add messages
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
echo "Downloading latest kics binaries"
|
||||
|
||||
wget -c https://github.com/Checkmarx/kics/releases/latest/download/kics_1.0.0_linux_x64.tar.gz -O - | tar -xz
|
||||
|
||||
echo $INPUT_DIRECTORY
|
||||
|
||||
ls -la /github/workspace
|
||||
echo "about to scan directory" $INPUT_DIRECTORY
|
||||
|
||||
./kics -p $INPUT_DIRECTORY
|
Reference in New Issue
Block a user