OwaspDependencyCheckModule
Attributes
- Source
- OwaspDependencyCheckModule.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Type members
Classlikes
Attributes
- Source
- OwaspDependencyCheckModule.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited classlikes
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Attributes
- Inherited from:
- Module
- Source
- Module.scala
- Supertypes
Value members
Concrete methods
Run the dependency check
The dependency check flags, check the reference at https://dependency-check.github.io/DependencyCheck/dependency-check-cli/arguments.html By default Seq("--nvdDatafeed", "https://dependency-check.github.io/DependencyCheck_Builder/nvd_cache/") is set. The --scan flags are appended based on the files in owaspDependencyCheckFiles
The dependency check flags, check the reference at https://dependency-check.github.io/DependencyCheck/dependency-check-cli/arguments.html By default Seq("--nvdDatafeed", "https://dependency-check.github.io/DependencyCheck_Builder/nvd_cache/") is set. The --scan flags are appended based on the files in owaspDependencyCheckFiles
The --out dir is set by the owaspDependencyCheck.
Attributes
Be default true, then owaspDependencyCheck will fail if the dependency scan fails (eg. --failOnCVSS).
Be default true, then owaspDependencyCheck will fail if the dependency scan fails (eg. --failOnCVSS).
Attributes
The files to be scanned by the Dependency Check. Like jars, package lock files etc.
The files to be scanned by the Dependency Check. Like jars, package lock files etc.
Attributes
Prepare the module for working offline. This should typically fetch (missing) resources like Maven dependencies.
Prepare the module for working offline. This should typically fetch (missing) resources like Maven dependencies.
Value parameters
- all
-
If
true, it also fetches resources not always needed.
Attributes
- Definition Classes
- Source
- OwaspDependencyCheckModule.scala
Inherited methods
Attributes
- Inherited from:
- BaseClass
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala
Concrete fields
The worker is version specific. If another version is required it can be customized here.
The worker is version specific. If another version is required it can be customized here.