diff --git a/.trivyignore b/.trivyignore new file mode 100644 index 000000000..91319d110 --- /dev/null +++ b/.trivyignore @@ -0,0 +1 @@ +# See https://aquasecurity.github.io/trivy/v0.56/docs/configuration/filtering/#trivyignore for guidance on adding exceptions for Trivy scanner diff --git a/service.yml b/service.yml index 751032ff6..9d073ead4 100644 --- a/service.yml +++ b/service.yml @@ -8,7 +8,7 @@ codeowners: semaphore: enable: true pipeline_type: cp - cve_scan: true + trivy_scan: true extra_deploy_args: "-Dcloud -Pjenkins" extra_build_args: "-Dcloud -Pjenkins" run_pint_merge: true