📝 Description of the feature
To use the check_vulnerabilities script, PACKAGE and REPOSITORY parameters need to be added as environment parameters.
Assigning their values through click parameters could simplify its usage.
💡 Steps for implementing the feature
Add click parameters in main() method.
🔗 Useful links and references
/
📝 Description of the feature
To use the
check_vulnerabilitiesscript,PACKAGEandREPOSITORYparameters need to be added as environment parameters.Assigning their values through click parameters could simplify its usage.
💡 Steps for implementing the feature
Add click parameters in
main()method.🔗 Useful links and references
/