- scanDependencies(def) - Method in Check
-
Loads the projects dependencies into the dependency-check analysis engine.
- shouldBeScanned(def) - Method in Check
-
Checks whether the given configuration should be scanned
because either scanConfigurations is empty or it contains the
configuration's name.
- shouldBeSkipped(def) - Method in Check
-
Checks whether the given configuration should be skipped
because skipConfigurations contains the configuration's name.
- shouldBeSkippedAsTest(def) - Method in Check
-
Checks whether the given configuration should be skipped
because it is a test configuration and skipTestGroups is true.
- showSummary(Engine) - Method in Check
-
Displays a summary of the dependency-check results to the build console.