Attempting to scan a Python 3 application as follows:
java -jar FodUpload.jar -z package.zip -ac $API_KEY $API_SECRET -rid "$RELEASE_ID" -aurl $API_URL -purl $URL -at 274 -eid 10053 -ts 10 -l 18 -a 2 -ep 2 -pp 0 -I 1 -apf
Gives the following result:
Authenticating
Authenticated
Error saving Scan Settings
1 - Binary Scanning option is not allowed
Retiring Token : Token Retired Successfully
However, -bs (or -isBinaryScan), per the documentation, should, by default, be false.
What's more, manually specifying -bs false results in an error: "Was passed main parameter 'false' but no main parameter was defined"