Skip to content

Commit

Permalink
Scanning all frameworks by default
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <[email protected]>
  • Loading branch information
David Wertenteil committed Feb 28, 2024
1 parent 3670da4 commit aade38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if [ -n "${INPUT_FRAMEWORKS}" ] && [ -n "${INPUT_CONTROLS}" ]; then
fi

if [ -z "${INPUT_FRAMEWORKS}" ] && [ -z "${INPUT_CONTROLS}" ] && [ -z "${INPUT_IMAGE}" ]; then
echo "Neither Framework, Control nor image are specified. Please specify one of them"
exit 1
echo "Scannign scope is not specified. Scanning all frameworks"
INPUT_FRAMEWORKS="all"
fi


Expand Down

0 comments on commit aade38e

Please sign in to comment.