Sending Packages to Cortex
Packages are automatically scraped from your Git repos when using a supported Git integration, or they can be submitted via the API. If using a Git integration to submit packages, the package file must be in the root of your repository to be scraped by Cortex.
Supported Package Types
Javascript: package.json
, package-lock.json
, yarn.lock
or via the API
Python: requirements.txt
, pipfile.lock
or via the API
Java: Package version files must be uploaded via the API
csharp: Nuget csproj
files must be uploaded via the API
Go: go.sum
files must be uploaded via the API
Packages in the Cortex UI
Packages can be located in the Cortex UI in your entity's Integrations tab:
Package CQL Rules can be used to determine package version in scorecards: packageVersion(packageName: Text): Semver | Null
Comments
0 comments
Article is closed for comments.