
애플리케이션 종속성에서 공개된 취약점을 탐지하기 위한 취약점 스캐너
애플리케이션 종속성에서 공개된 취약점을 탐지하는 취약점 스캐너
$ remic -h
NAME:
remic - A simple and fast tool for detecting vulnerabilities in application dependencies
USAGE:
remic [options] file
VERSION:
0.0.2
OPTIONS:
--format value, -f value format (table, json) (default: "table")
--severity value, -s value severity of vulnerabilities to be displayed (default: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL")
--output value, -o value output file name
--exit-code value Exit code when vulnerabilities were found (default: 0)
--skip-update skip db update
--ignore-unfixed display only fixed vulnerabilities
--debug, -d debug mode
--help, -h show help
--version, -v print the version
Remic은 컨테이너에서 다음 파일들을 자동으로 감지하고 애플리케이션 종속성의 취약점을 스캔합니다.
이 파일들의 경로는 중요하지 않습니다.
예제: https://npm.pkg.github.com/knqyf263/trivy-ci-test/blob/master/Dockerfile