This topic tells you about the Snyk front-end plug-in.
The Snyk front-end plug-in displays security vulnerabilities from snyk.io.
The plug-in shows an overview of the vulnerabilities found by Snyk on the Overview tab of an entity. The plug-in also adds a tab to the entity view, which shows all details related to the scan. For more information, see the Snyk Backstage documentation.
To add the plug-in to your customized Tanzu Developer Portal, add the front-end plug-in to your
tdp-config.yaml
file:
app:
plugins:
...
- name: '@vmware-tanzu/tdp-plugin-snyk'
version: 'VERSION'
...
Where VERSION
is the latest version. For example, ^0.0.2
.