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
Python: requirements.txt
, pipfile.lock
Java: Package version files must be uploaded via the API
csharp: Nuget csproj
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: package_version(packageName: Text): Semver | Null
Comments
0 comments
Article is closed for comments.