SecureCheckPlus by Accso is a web application that can be integrated into the CI/CD process via an adapter. It allows the identification, review, and documentation of already known vulnerabilities based on the libraries used.
Apache License 2.0
4
stars
1
forks
source link
Add note about invalid credentials during setup #1
During setup, the upload stage often fails due to invalid credentials although the API key has probably been set correctly. This is due to the fact that the API key may be configured as "protected" and the changes to the pipeline are tested in a non-protected branch.
Include a note about this problem into the readme.
Issue a specific warning with a hint if the API key is empty
During setup, the upload stage often fails due to invalid credentials although the API key has probably been set correctly. This is due to the fact that the API key may be configured as "protected" and the changes to the pipeline are tested in a non-protected branch.