Pelle Wessman
Pelle Wessman
Thinking more about it, this should be the default as well, reopening
Also see #131
Can you give an explanation why one would want to do that? I'm not of the impression that this is a `quite frequent pattern`, but I'm prepared to be convinced...
Related: * #118 * #14
Sorry for missing this issue. You can use `--no-dev` to ignore all dev dependencies, or the `--ignore-module module-name` / `-i module-name` to ignore a specific module. In your case `-i...
@mixmix Have you specified that it should look among the tests then?
```bash ([ "$1" != "publish" ] || dependency-check .) && command npm "$@" ``` This runs `dependency-check .` – there are more options than that and I'm not sure whether...
As for the `directories`, none of them are added by default at the moment: https://github.com/dependency-check-team/dependency-check/blob/d22bc2dba44e4c28fb63d77bf2c9911ca8310f72/index.js#L221-L248 Adding them as default would be a breaking change now, but maybe something for next...
Relates to https://github.com/dependency-check-team/dependency-check/issues/199 as well
See also: https://github.com/actions/toolkit/tree/main/packages/core#logging