From 29e2117205675e1c2a8b62f576ea9e54e5ae9bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0est=C3=A1k=20V=C3=ADt?= Date: Fri, 31 Jan 2020 22:07:48 +0100 Subject: [PATCH] Minor README adjustment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1735462..89fa04f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -A plugin for OWASP Dependency Check that analyzes IPK files from YOCTO. +# Plugin for OWASP Dependency Check that analyzes IPK files from YOCTO Useful for finding known vulnerabilities and licenses. @@ -14,4 +14,4 @@ Tested with Debian, but it will likely work with other distributions or even wit 1. Build JAR file using `mvn package`. 2. Add the JAR file to `plugins` directory of OWASP Dependency Check (CLI version). -3. Run the ODC on IPK files with com.ysoft.yocto.enabled=true. \ No newline at end of file +3. Run the ODC on IPK files with com.ysoft.yocto.enabled=true.