rapid security incident creation.
a simple cli for cve scanning with trivy and issue creation on gitlab.com (and more to come).
the cli uses trivy as cve-scanner.
you need to have trivy installed on your system to use this cli.
dagger-cue do build
brew tap tubenhirn/homebrew-formulae
brew install rasic
simple project or group scan.
rasic will find all projects inside a group.
rasic scan \
--project <PROJECT_OR_GROUP_ID> \
--token <A_OAUTH_TOKEN>
include container images.
rasic scan \
--container \
--project <PROJECT_OR_GROUP_ID> \
--token <A_OAUTH_TOKEN>
dagger-cue do release