Security/Container/Snyk: Difference between revisions
Jump to navigation
Jump to search
| Line 75: | Line 75: | ||
* [[SSH/Public Key Authentication|Security » SSH » Public Key Authentication]] | * [[SSH/Public Key Authentication|Security » SSH » Public Key Authentication]] | ||
* [[Apache Basic Authentication|Security » HTTP » Basic Authentication]] | * [[Apache Basic Authentication|Security » HTTP » Basic Authentication]] | ||
* [https://snyk.io/plans/ Security » Container » Snyk » Plans] | |||
* [https://snyk.io/ Security » Container » Snyk] | * [https://snyk.io/ Security » Container » Snyk] | ||
* [[Security/Certificate/TLS|Security » Certificate » TLS]] | * [[Security/Certificate/TLS|Security » Certificate » TLS]] | ||
Revision as of 06:07, 3 June 2025
cat <<'EXE'| sudo bash
curl -fsSL https://static.snyk.io/cli/latest/snyk-linux -o /usr/local/bin/snyk
chmod +x /usr/local/bin/snyk
EXE
snyk version
snyk help
snyk auth
Snyk » Scan
snyk container test haproxy:2.8-alpine
snyk container test httpd:2.4-alpine
snyk container test nginx:alpine
snyk container test nginx:1.27
Playground
snyk monitor --all-projects --org=1c43740c-4114-456a-9bb0-4b5c4bfcc37e
snyk version
snyk help
snyk auth
|
snyk container test haproxy:latest
snyk container test httpd:latest
snyk container test nginx:latest
snyk container test php:latest
|
|
|
| ||
References
|
| ||