Add CNCF CLOMonitor Security tests to Sonatype Lift.
TODO this is a work in progress, adding current limitations as I go along.
Github personal access token will need to be set as an environment variable.
currently the script finds the github URL by calling git remote
in the repository. It only works with https and not ssh at this time.
Github personal access token
See https://help.sonatype.com/lift/extending-lift#ExtendingLift-DevelopmentProcessSteps
docker run --rm -it -v $(pwd):/code ubuntu:20.04 bash
cd /code
apt update && apt install -y curl jq git
setup option only installs necessary libraries and does not run test-run option will not run setup code