Describe the bug
The recently added NPM Audit task of the build process is failing, which prevents code changes from running against tests. This change was made here: #1256
Expected behavior
I expect the task to report a failure so an issue can be opened and the security vulnerabilities can be addressed. It should not prevent the Java code from being compiled and run against tests.
To Reproduce
- Open a PR into the
main branch.
- Check the failing build logs
- Identify the NPM Audit step as the cause of failure.
CDA Version (please complete the following information):
N/A
- Version [e.g. 2025.08.18 ]
Additional context
See https://github.com/USACE/cwms-data-api/actions/runs/17558223142/job/49867795191?pr=1294 for failure.
Describe the bug
The recently added NPM Audit task of the build process is failing, which prevents code changes from running against tests. This change was made here: #1256
Expected behavior
I expect the task to report a failure so an issue can be opened and the security vulnerabilities can be addressed. It should not prevent the Java code from being compiled and run against tests.
To Reproduce
mainbranch.CDA Version (please complete the following information):
N/A
Additional context
See https://github.com/USACE/cwms-data-api/actions/runs/17558223142/job/49867795191?pr=1294 for failure.