forked from chocolatey/Chocolatey.Cake.Recipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chocolatey#145) Enable skipping of Yarn analysis
During the Dependency-Check task, the Yarn Audit analysis can be triggered even when it is not needed. This results in the task, and build, failing. By adding a new tool setting, DependencyCheckDisableYarnAudit, the Yarn Audit analysis can be explicitly disabled when required. This new parameter defaults to `false`. This change should be revisited when Cake.DependencyCheck and DependencyCheckTool are updated.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters