Skip to content

Commit

Permalink
Back off requests to once every 2 hours like NVD describes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurrie committed Dec 18, 2023
1 parent 16f8463 commit 0ea73cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY overlays/docker-entrypoint-initdb.d /docker-entrypoint-initdb.d/

RUN set -ex && \
/dependencycheck/gradlew wrapper; \
echo "0 * * * * /dependencycheck/update.sh" > /dependencycheck/database-update-schedule; \
echo "0/2 * * * * /dependencycheck/update.sh" > /dependencycheck/database-update-schedule; \
chown --recursive mysql:mysql /dependencycheck

COPY --from=supercronic /usr/local/bin/supercronic /usr/local/bin/
Expand Down

0 comments on commit 0ea73cc

Please sign in to comment.