public abstract class AbstractTrivyTask
extends org.gradle.api.tasks.Exec
| Constructor and Description |
|---|
AbstractTrivyTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
exec() |
abstract org.gradle.api.file.DirectoryProperty |
getCacheDir()
cache directory.
|
abstract org.gradle.api.file.RegularFileProperty |
getConfig()
config path (default "trivy.yaml")
|
abstract org.gradle.api.provider.Property<java.lang.Boolean> |
getInsecure()
allow insecure server connections
|
abstract org.gradle.api.provider.Property<java.lang.Boolean> |
getQuiet()
suppress progress bar and log output.
|
getArgs, getErrorOutput, getStandardInput, getStandardOutput, isIgnoreExitValue, setArgs, setArgs, setErrorOutput, setIgnoreExitValue, setStandardInput, setStandardOutputargs, args, commandLine, commandLine, copyTo, environment, environment, executable, getArgumentProviders, getCommandLine, getEnvironment, getExecActionFactory, getExecutable, getExecutionResult, getObjectFactory, getWorkingDir, setCommandLine, setCommandLine, setCommandLine, setEnvironment, setExecutable, setExecutable, setWorkingDir, setWorkingDir, workingDirconventionMapping, conventionMapping, getConventionMappingcompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@Internal public abstract org.gradle.api.file.DirectoryProperty getCacheDir()
@InputFile @PathSensitive(value=RELATIVE) public abstract org.gradle.api.file.RegularFileProperty getConfig()
@Input @Optional public abstract org.gradle.api.provider.Property<java.lang.Boolean> getInsecure()
@Console public abstract org.gradle.api.provider.Property<java.lang.Boolean> getQuiet()
protected void exec()
exec in class org.gradle.api.tasks.AbstractExecTask<org.gradle.api.tasks.Exec>