From 88d867faa76b8a2c9c6c9dd96e7106e62525f263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Fri, 7 Feb 2025 15:23:46 +0800 Subject: [PATCH] feat(SAST): import Bandit scanner in SASTExecutor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- .../src/com/freeleaps/devops/SASTExecutor.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/first-class-pipeline/src/com/freeleaps/devops/SASTExecutor.groovy b/first-class-pipeline/src/com/freeleaps/devops/SASTExecutor.groovy index 3d908a44..c245b620 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/SASTExecutor.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/SASTExecutor.groovy @@ -2,6 +2,7 @@ package com.freeleaps.devops import com.freeleaps.devops.enums.SASTScannerTypes import com.freeleaps.devops.sast.SASTScanner +import com.freeleaps.devops.sast.Bandit class SASTExecutor { def steps