You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PURPOSE: Check for open source component vulnerabilities in go code
# INSTRUCTIONS: Ensure that nancy is installed using the instructions at https://ossindex.sonatype.org/integration/nancy
# NOTES: The ```|| true``` on the end of the command makes the hook always return a success return code. If you want to break the commit on a failure, then remove this directive.