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
Facebook has developed this cool Open Source tool to detect bugs in Java and C/C++/Objective-C code and it will be a great addition to huskyCI analysis.
It would be great if
We have all the necessary code to scan these new languages!
What we expect
A working container of Infer that outputs a JSON after running the analysis in a particular folder. Similar to this to be uploaded to Docker Hub as huskyci/infer:latest.
Add into config.yaml commands needed to run inside the securityTest container.
Adjust context.go to have the new Infer securityTest configs.
Motivation
Facebook has developed this cool Open Source tool to detect bugs in Java and C/C++/Objective-C code and it will be a great addition to huskyCI analysis.
It would be great if
We have all the necessary code to scan these new languages!
What we expect
huskyci/infer:latest
.config.yaml
commands needed to run inside the securityTest container.context.go
to have the new Infer securityTest configs.messagecodes.go
.securitytest
package and adjust its logic to now handle Infer output.Tips
The text was updated successfully, but these errors were encountered: