Open samdobson opened 3 years ago
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.
-bs
-isBinaryScan
What's more, manually specifying -bs false results in an error: "Was passed main parameter 'false' but no main parameter was defined"
-bs false
Hello, Thank you for the feedback. We will look into this and pass along any updates.
I have the same issue, is there any workaround till it will be fixed?
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:
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"