OwaspDependencyCheckModule

mill.contrib.owaspdependencycheck.OwaspDependencyCheckModule

Attributes

Source
OwaspDependencyCheckModule.scala
Graph
Supertypes
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Classlikes

case class DependencyCheckResult(reportFiles: Seq[PathRef], exitCode: Int)

Attributes

Source
OwaspDependencyCheckModule.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited classlikes

object moduleInternal extends Internal

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
class Internal
class Object
trait Matchable
class Any

Value members

Concrete methods

Run the dependency check

Run the dependency check

Attributes

Source
OwaspDependencyCheckModule.scala

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

Source
OwaspDependencyCheckModule.scala

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

Source
OwaspDependencyCheckModule.scala

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

Source
OwaspDependencyCheckModule.scala

Inherited methods

Attributes

Inherited from:
BaseClass
Source
Module.scala
def moduleDir: Path

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala

Attributes

Inherited from:
Module
Source
Module.scala
override def toString: String

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