@CacheableTask public abstract class TrivyFilesystem extends AbstractTrivyTask
| Constructor and Description |
|---|
TrivyFilesystem() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
exec() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getFormat() |
abstract org.gradle.api.provider.Property<java.lang.Boolean> |
getOfflineScan() |
abstract org.gradle.api.file.RegularFileProperty |
getOutputFile() |
abstract org.gradle.api.provider.ListProperty<java.lang.String> |
getScanners() |
abstract org.gradle.api.file.DirectoryProperty |
getSourceDirectory() |
getCacheDir, getConfig, getInsecure, getQuietgetArgs, 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@InputDirectory @PathSensitive(value=RELATIVE) public abstract org.gradle.api.file.DirectoryProperty getSourceDirectory()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getOutputFile()
@Input @Optional public abstract org.gradle.api.provider.Property<java.lang.Boolean> getOfflineScan()
@Input @Optional public abstract org.gradle.api.provider.ListProperty<java.lang.String> getScanners()
@Input @Optional public abstract org.gradle.api.provider.Property<java.lang.String> getFormat()
protected void exec()
exec in class AbstractTrivyTask