You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, I tried docker container of pycharm-security. Unfortunately, I didn't find much docs for it, so thought I could post it here. pycharm-security_1 | Expected parameters: <project_file_path> <inspection_profile> <output_path> <inspections_profile> -- use here profile name configured in the project or locally or path to the inspection profile; can be stabbed when one of the -e|-profileName|-profilePath is used pycharm-security_1 | [<options>] pycharm-security_1 | Available options are: pycharm-security_1 | -d <directory_path> -- directory to be inspected. Optional. Whole project is inspected by default. pycharm-security_1 | -e -- skip pycharm-security_1 | -v[0|1|2] -- verbose level. 0 - silent, 1 - verbose, 2 - most verbose. pycharm-security_1 | -profileName -- name of a profile defined in project pycharm-security_1 | -profilePath -- absolute path to the profile file pycharm-security_1 | -format -- report output format. Supported options: xml, json, plain. Defaults to xml pycharm-security_1 | -changes -- inspect uncommitted changes and report new problems
What might be the reason I am getting this , How can I pass these parameters?
#Question
Today, I tried docker container of pycharm-security. Unfortunately, I didn't find much docs for it, so thought I could post it here.
pycharm-security_1 | Expected parameters: <project_file_path> <inspection_profile> <output_path> <inspections_profile> -- use here profile name configured in the project or locally or path to the inspection profile; can be stabbed when one of the -e|-profileName|-profilePath is used pycharm-security_1 | [<options>] pycharm-security_1 | Available options are: pycharm-security_1 | -d <directory_path> -- directory to be inspected. Optional. Whole project is inspected by default. pycharm-security_1 | -e -- skip pycharm-security_1 | -v[0|1|2] -- verbose level. 0 - silent, 1 - verbose, 2 - most verbose. pycharm-security_1 | -profileName -- name of a profile defined in project pycharm-security_1 | -profilePath -- absolute path to the profile file pycharm-security_1 | -format -- report output format. Supported options: xml, json, plain. Defaults to xml pycharm-security_1 | -changes -- inspect uncommitted changes and report new problems
What might be the reason I am getting this , How can I pass these parameters?
My docker-compose file goes like this:
The text was updated successfully, but these errors were encountered: