From b765be2628ae7dfad3b032d3e8757207f7d51ed4 Mon Sep 17 00:00:00 2001 From: thiyyakat Date: Tue, 7 Jan 2025 16:46:39 +0530 Subject: [PATCH] Enable Static Application Security Testing (SAST) for dependency-watchdog (#2930) --- .../dependency-watchdog/dependency-watchdog-unit-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/jobs/dependency-watchdog/dependency-watchdog-unit-tests.yaml b/config/jobs/dependency-watchdog/dependency-watchdog-unit-tests.yaml index 1dc6c8b6b..e9782f8a7 100644 --- a/config/jobs/dependency-watchdog/dependency-watchdog-unit-tests.yaml +++ b/config/jobs/dependency-watchdog/dependency-watchdog-unit-tests.yaml @@ -20,6 +20,7 @@ presubmits: - check - format - test + - sast-report resources: limits: memory: 16Gi @@ -53,6 +54,7 @@ periodics: - check - format - test + - sast-report resources: limits: memory: 16Gi