Releases: oke-py/npm-audit-action
Releases · oke-py/npm-audit-action
v1.6.0
Features
- feat: add the ability to run with '--production' (#75) (42e6d27)
Commits
Contributors
sgkiokas
v1.5.2
This is a minor security release.
v1.5.1
This is a bug fix release.
Commits
- v1.5.1 (#68) (75b1716)
- Catch errors thrown by Audit.run and increase child process buffer size (#67) (b0bc596)
- add Dockerfile to use VSCode Remote Container (4adc177)
Contributor
v1.5.0
Features
- support
dedupe_issues
. If 'true', action will not create a new issue when one is already open.
Commits
- update example & daily scan to use v1.5.0 with dedupe_issues=true (f6ba9be)
- 1.5.0 (711840e)
- Support de-duping issues (#65) (261cbab)
Contributor
v1.4.0
Features
- support
working_directory
. This can be used when package.json
is not in the project root directory.
Commits
- update action.yml to support working_directory (1c3165e)
- update README.md (94ec1a7)
- bump version to v1.4.0 (6ca4ad5)
- support different working directory (#64) (5209022)
- update dependencies (#63) (277fc87)
- update @octokit/rest from 16.43.1 to 17.9.2 (#62) (161485c)
- bump version to v1.3.1 (49b1b8c)
v1.3.0
New Features
- With
audit_level
, Action fails only if vulnerabilities more critical than audit_level
value are found. (#36)
misc
- Update devDependencies to fix some vulnerabilities.
v1.1.0
Create a PR comment when action is triggered by PR and vulnerabilities are found.