https://github.com/tubenhirn/rasic
create issues for cve's found by trivy.
https://github.com/tubenhirn/rasic
cve issues security
Last synced: about 2 months ago
JSON representation
create issues for cve's found by trivy.
- Host: GitHub
- URL: https://github.com/tubenhirn/rasic
- Owner: tubenhirn
- License: apache-2.0
- Created: 2022-12-24T07:49:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T05:42:21.000Z (about 1 year ago)
- Last Synced: 2024-03-25T06:44:26.023Z (about 1 year ago)
- Topics: cve, issues, security
- Language: Go
- Homepage:
- Size: 1.08 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# rasic
rapid security incident creation.
a simple cli for cve scanning with trivy and
issue creation on gitlab.com (and more to come).## requirements
the cli uses trivy as cve-scanner.
you need to have **trivy installed** on your system to use this cli.
## build
### build with dagger
``` bash
dagger-cue do build
```## install
### homebrew
``` sh
brew tap tubenhirn/homebrew-formulae
brew install rasic
```## use
### scan a project
simple project or group scan.\
rasic will find all projects inside a group.``` sh
rasic scan \
--project \
--token
```### scan a project or group including its container images
include container images.
``` sh
rasic scan \
--container \
--project \
--token
```## release
``` sh
dagger-cue do release
```