From dae32f24d3bc763ec26dd9c8e734404aa1e95c5f Mon Sep 17 00:00:00 2001 From: Apoorv Munshi Date: Fri, 8 Nov 2024 02:49:53 -0800 Subject: [PATCH] replace twistlock scanning with trivy (#707) --- .trivyignore | 1 + service.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .trivyignore 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 5c0c4f8b4..61999f17b 100644 --- a/service.yml +++ b/service.yml @@ -11,7 +11,7 @@ semaphore: extra_deploy_args: -Dcloud -Pjenkins extra_build_args: -Dcloud -Pjenkins generate_connect_changelogs: true - run_maven_cve_scan: true + trivy_scan: true run_pint_merge: true code_artifact: enable: true