Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disabled [broken] nightly cron as need to get INFRA to setup an API key, or find an alternative scanner The plugin has been updated and can be used locally by doing something like (though a bit complex...): ~/.m2/settings.xml ``` <settings> <server> <id>nist-nvdApiServer</id> <password> your-api-key </password> </server> <profiles> <profile> <id>owasp</id> <properties> <nvdApiServerId>nist-nvdApiServer</nvdApiServerId> </properties> </profile> </profiles> <activeProfiles> <activeProfile>owasp</activeProfile> </activeProfiles> </settings> ``` Fixes: #703
- Loading branch information