Update entrypoint.sh

This commit is contained in:
Eli Trop
2021-03-11 16:32:56 +02:00
committed by GitHub
parent 832e963f43
commit 9e56296884

View File

@ -1,4 +1,6 @@
#!/bin/bash
DATETIME="`date '+%H:%M'`"
./app/bin/kics -p $GITHUB_WORKSPACE/$INPUTS_PATH -o $INPUTS.OUTPUT_PATH
echo "about to run kics scan on $INPUTS_PATH"
cd /github/workspace
./app/bin/kics -p $INPUTS_PATH -o $INPUTS.OUTPUT_PATH