Class PortshiftVulnerabilityScanExecuter
- java.lang.Object
-
- io.jenkins.plugins.portshift_vulnerability_scanner.PortshiftVulnerabilityScanExecuter
-
public class PortshiftVulnerabilityScanExecuter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXEC_FILE_NAME
static String
PASSWORD_MASK
static String
PRODUCTION_URL
-
Constructor Summary
Constructors Constructor Description PortshiftVulnerabilityScanExecuter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
execute(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, String secureCnAccessKey, String secretKey, String imageName, String url, String highestSeverityAllowed, String dockerRegistryUsername, String dockerRegistryPassword, String highestSeverityAllowedDf, Boolean pushLocalImage)
-
-
-
Field Detail
-
EXEC_FILE_NAME
public static final String EXEC_FILE_NAME
- See Also:
- Constant Field Values
-
PRODUCTION_URL
public static final String PRODUCTION_URL
- See Also:
- Constant Field Values
-
PASSWORD_MASK
public static final String PASSWORD_MASK
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public static int execute(Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, String secureCnAccessKey, String secretKey, String imageName, String url, String highestSeverityAllowed, String dockerRegistryUsername, String dockerRegistryPassword, String highestSeverityAllowedDf, Boolean pushLocalImage)
-
-