1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-30 23:15:23 +02:00
tldr/pages/common/snyk.md
Managor d2e6da7679
common*: refresh old pages part 7 (#16290)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-01 14:38:45 +03:00

478 B

snyk

Find vulnerabilities in your code and remediate risks. More information: https://docs.snyk.io/snyk-cli/commands.

  • Log in to your Snyk account:

snyk auth

  • Test your code for any known vulnerabilities:

snyk test

  • Test a local Docker image for any known vulnerabilities:

snyk test --docker {{docker_image}}

  • Record the state of dependencies and any vulnerabilities on snyk.io:

snyk monitor

  • Auto patch and ignore vulnerabilities:

snyk wizard