From f3748da35b2cfeaad4bb0e9e4c10fb57071db0f3 Mon Sep 17 00:00:00 2001 From: curben Date: Fri, 2 Nov 2018 12:38:01 +1030 Subject: [PATCH] style: remove leftover characters from 63da19440804498e182d08a940a21aa0293b93d0 --- source/_posts/snyk-patch-alpine-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/snyk-patch-alpine-docker.md b/source/_posts/snyk-patch-alpine-docker.md index bace503..000767e 100644 --- a/source/_posts/snyk-patch-alpine-docker.md +++ b/source/_posts/snyk-patch-alpine-docker.md @@ -7,7 +7,7 @@ Snyk initially runs fine on Alpine, until you try to `snyk protect` to patch the -Snyk is used to patch vulnerabilities of node_modules (read my {% post_link secure-node-modules-snyk 'previous post' %}"> for installation guide). I never had any issue with it running on Alpine docker image. That was because there was no modules to patch. +Snyk is used to patch vulnerabilities of node_modules (read my {% post_link secure-node-modules-snyk 'previous post' %} for installation guide). I never had any issue with it running on Alpine docker image. That was because there was no modules to patch. That is until I install [renovate](https://github.com/renovatebot/renovate), which has [vulnerabilities](https://snyk.io/test/npm/renovate) that can be patched.