fix(oracle): extracting only advisory ID from OVAL.title (#1232)

This commit is contained in:
Kota Kanbe
2021-04-29 12:54:36 +09:00
committed by GitHub
parent a7b0ce1c85
commit ab0e950800
5 changed files with 19 additions and 13 deletions

View File

@@ -68,7 +68,7 @@ unused:
cov:
@ go get -v github.com/axw/gocov/gocov
@ go get golang.org/x/tools/cmd/cover
gocov test | gocov report
gocov test -v ./... | gocov report
clean:
echo $(PKGS) | xargs go clean || exit;