Security/Container/Snyk: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 60: Line 60:
{|
{|
|valign='top'|
|valign='top'|
* [[OpenLDAP/BackSQL|Security » OpenLDAP » BackSQL]]
* [[OpenLDAP/BackSQL|Security » OpenLDAP » BackSQL]]
* [https://github.com/khorben/makepasswd Security » <code>makepasswd</code> » SCM]
* [https://github.com/khorben/makepasswd Security » <code>makepasswd</code> » SCM]
Line 77: Line 76:
* [https://snyk.io/plans/ Security » Container » Snyk » Plans]
* [https://snyk.io/plans/ Security » Container » Snyk » Plans]
* [https://snyk.io/ Security » Container » Snyk]
* [https://snyk.io/ Security » Container » Snyk]
* [[Security/Container/Trivy|Security » Container » Trivy]]
* [[Security/Certificate/TLS|Security » Certificate » TLS]]
* [[Security/Certificate/TLS|Security » Certificate » TLS]]



Revision as of 06:35, 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