Skip to content

Commit

Permalink
Disable the NVT updates
Browse files Browse the repository at this point in the history
Might return if we make more fancy tests

Signed-off-by: Scott R. Shinn <[email protected]>
  • Loading branch information
atomicturtle committed Dec 2, 2017
1 parent 118bef5 commit 2a379e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ RUN texhash
RUN yum -y install openvas OSPd-nmap OSPd


RUN \
/usr/sbin/greenbone-nvt-sync && \
/usr/sbin/greenbone-certdata-sync && \
/usr/sbin/greenbone-scapdata-sync && \
BUILD=true /run.sh
#RUN \
# /usr/sbin/greenbone-nvt-sync && \
# /usr/sbin/greenbone-certdata-sync && \
# /usr/sbin/greenbone-scapdata-sync && \
# BUILD=true /run.sh


RUN rm -rf /var/cache/yum/*
Expand Down

0 comments on commit 2a379e7

Please sign in to comment.