LinuxCommandLibrary

snyk

snyk

TLDR

Log in to your Snyk account

$ snyk auth
copy


Test your code for any known vulnerabilities
$ snyk test
copy


Test a local Docker image for any known vulnerabilities
$ snyk test --docker [docker_image]
copy


Record the state of dependencies and any vulnerabilities on snyk.io
$ snyk monitor
copy


Auto patch and ignore vulnerabilities
$ snyk wizard
copy

Copied to clipboard