Generic (third party)
A generic scanner for known third party libraries in supported languages.
# the name of the project (optional)
[name]
C++ Example
# the version of the project (optional)
[version]
1.0
# a list of licenses of the project (optional)
[license]
PROPRIETARY
# the language used in this project (optional, default cpp, possible values are: clojure, cpp, dotnet, erlang, golang, java, javascript, linux, nodejs, perl, php, python, r, ruby, rust, scala, swift) - please use nodejs for npm/yarn projects
[language]
cpp
# all dependencies used in this project in the format name/version, one by each line
[dependencies]
boost/1.69.0
libcurl/7.20.0Last updated