chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

Add support for skipping Dependency-Check Yarn analysis #145

Closed Windos closed 2 months ago

Windos commented 2 months ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

Dependency-Check occasionally triggers Yarn analysis when it isn't needed and results in the Dependency-Check failing.

Describe The Solution. Why is it needed?

Based on setting a relevant parameter (--dependencyCheckDisableYarnAudit=true), inject the switch --disableYarnAudit into the dependency-check.bat file allowing the Yarn analysis to get toggled off when needed.

Additional Context

The Dependency-Check Cake addin is currently out of date and does not expose the ability the skip Yarn analysis via the DependencyCheckSettings.

Related Issues

N/A

choco-bot commented 2 months ago

:tada: This issue has been resolved in version 0.27.0 :tada:

The release is available on:

Your GitReleaseManager bot :package: :rocket: