mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Adds a `make lint-license` command that will crawl through the Golang and Javascript dependencies, trying to automatically determine the license of each dependency. If any dependencies have incompatible licensing (or if the automatic detection fails), the tool will print an error and exit with a non-zero status code. After a successful run, the docs/third-party/dependencies.md file will be updated with attribution information as determined by the crawl. The configuration file has been bootstrapped with the manual analysis needed for all of the existing dependencies. |
||
|---|---|---|
| .. | ||
| api | ||
| application | ||
| development | ||
| images | ||
| infrastructure | ||
| third-party | ||
| README.md | ||
Kolide Documentation
Welcome to the Kolide documentation.
- Information about using the Kolide web application can be found in the Application Documentation.
- Resources for deploying osquery to hosts, deploying the Kolide server, installing Kolide's infrastructure dependencies, etc. can all be found in the Infrastructure Documentation.
- If you are interested in accessing the Kolide REST API in order to programmatically interact with your osquery installation, please see the API Documentation.
- Finally, if you're interested in interacting with the Kolide source code, you will find information on modifying and building the code in the Development Documentation.
If you have any questions, please don't hesitate to reach out to support@kolide.co.