Skip to content

Commit

Permalink
feat(oval): add amazon and oracle fetch version (vulsio#71)
Browse files Browse the repository at this point in the history
MaineK00n authored Apr 17, 2023
1 parent e3aab60 commit 94fde80
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/oval.sh
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ case "$target" in
--amazon) docker run --rm -i $t \
${DOCKER_NETWORK_OPT} \
-v $PWD:/goval-dictionary \
vuls/goval-dictionary fetch amazon ${@}
vuls/goval-dictionary fetch amazon ${@} 2 2022 2023
;;
--debian) docker run --rm -i $t \
${DOCKER_NETWORK_OPT} \
@@ -55,7 +55,7 @@ case "$target" in
--oracle) docker run --rm -i $t \
${DOCKER_NETWORK_OPT} \
-v $PWD:/goval-dictionary \
vuls/goval-dictionary fetch oracle ${@}
vuls/goval-dictionary fetch oracle ${@} 7 8 9
;;
--fedora) docker run --rm -i $t \
${DOCKER_NETWORK_OPT} \
4 changes: 2 additions & 2 deletions install-host/oval.sh
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ case "$target" in
goval-dictionary fetch redhat ${@} 6 7 8 9
;;
--amazon)
goval-dictionary fetch amazon ${@}
goval-dictionary fetch amazon ${@} 2 2022 2023
;;
--debian)
goval-dictionary fetch debian ${@} 10 11
@@ -26,7 +26,7 @@ case "$target" in
goval-dictionary fetch alpine ${@} 3.14 3.15 3.16 3.17
;;
--oracle)
goval-dictionary fetch oracle ${@}
goval-dictionary fetch oracle ${@} 7 8 9
;;
--fedora)
goval-dictionary fetch fedora ${@} 34 35

0 comments on commit 94fde80

Please sign in to comment.