Native GitLab integration for dependency security scanning with vet
vet
supports native GitLab Dependency Scanning. You can use vet
to protect your project from malicious and vulnerable dependencies on every push and merge request to GitLab.
.gitlab-ci.yml
file in the root of your project:
.gitlab-ci.yml
file:
vet
job in your pipeline with a security tab:
CLOUD_KEY
and CLOUD_TENANT
as GitLab CI/CD variables for security.vet
to use:
all
if you’re comfortable exposing security scan results publicly.Security Tab Not Visible
CI Component Not Found
Policy Violations Failing Build