Open Ethonwu opened 2 years ago
Hi @Ethonwu Thank you for trying SecretScanner, currently the SecretScanner http server is written for the use with ThreatMapper only. We will get back to you with a generic http service.
Thank you, i find this api server mode input para is depend on registry_image_save.py options. I am researching this python code, if I have some research result such as: find some POST data pattern, I will try to update this info on README
Hi @Ethonwu, the feature to run SecretScanner as a independent HTTP server mode has been added. Please refer to this PR: https://github.com/deepfence/SecretScanner/pull/67 I'll update the README with this. thanks
TODO:
Hello, I run SecretScanner as a http server. But I do not know how to use curl command to POST data to http server. This is my example:
And output is:
I have trace code, and in http.go file, I found the runSecretScan func in line 49. But I always POST fail to http server, what is POST data format?