public SbomgenRunner()

in src/main/java/com/amazon/inspector/jenkins/amazoninspectorbuildstep/sbomgen/SbomgenRunner.java [32:42]


    public SbomgenRunner(Launcher launcher, String sbomgenPath, String activeArchiveType,
                         String archivePath, String dockerUsername, String dockerPassword,
                         String sbomgenSkipFiles) {
        this.sbomgenPath = sbomgenPath;
        this.archivePath = archivePath;
        this.archiveType = activeArchiveType;
        this.dockerUsername = dockerUsername;
        this.dockerPassword = dockerPassword;
        this.launcher = launcher;
        this.sbomgenSkipFiles = sbomgenSkipFiles;
    }