style: remove leftover characters

from 63da194408
This commit is contained in:
curben 2018-11-02 12:38:01 +10:30
parent 63da194408
commit f3748da35b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Snyk initially runs fine on Alpine, until you try to `snyk protect` to patch the
<!-- more -->
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.