An open API service indexing awesome lists of open source software.

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.

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
```