Uploading Scan Results
Last updated
Last updated
The best way to let the Seal platform track your vulnerabilities is by with the Seal app. However, this isn't always possible.
An alternative way of letting Seal track your vulnerabilities is by using the Seal CLI run as part of your CI pipeline, and having it report home to the Seal server the vulnerable packages you're using. This is slightly less reliable than a direct source control integration, but can still provide an accurate picture of the vulnerabilities in your project.
If you're only using the CLI for scanning then just append the --upload-scan-results
flag to the seal scan
command.
If you're using the CLI to fix the vulnerabilities, either through , the or the deployments, then just append the --upload-scan-results
flag to the seal fix
command.