Security/Container/Snyk: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 60: Line 60:
{|
{|
|valign='top'|
|valign='top'|
* [https://snyk.io/plans/ Security » Container » Snyk » Plans]
* [https://snyk.io/ Security » Container » Snyk]


|valign='top'|
|valign='top'|
|-
|colspan='3'|
----
|-
|valign='top'|
* [[Apache Basic Authentication|Security » HTTP » Basic Authentication]]
* [[OpenLDAP/BackSQL|Security » OpenLDAP » BackSQL]]
* [[OpenLDAP/BackSQL|Security » OpenLDAP » BackSQL]]
* [https://github.com/khorben/makepasswd Security » <code>makepasswd</code> » SCM]
* [[Security/Certificate/TLS|Security » Certificate » TLS]]
* [https://manpages.ubuntu.com/manpages/trusty/man1/makepasswd.1.html Security » <code>makepasswd</code>]
* [[Security/Certificate|Security » Certificate]]
* [[Security/Certificate|Security » Certificate]]
* [[Security/Password|Security » Password]]
* [[Security/Password|Security » Password]]
Line 74: Line 85:
|valign='top'|
|valign='top'|
* [[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]]
* [[Security/Container/Cosign|Security » Container » Cosign]]
* [https://snyk.io/plans/ Security » Container » Snyk » Plans]
* [[Security/Container/Trivy|Security » Container » Trivy]]
* [https://snyk.io/ Security » Container » Snyk]
* [[Security/Certificate/TLS|Security » Certificate » TLS]]


|valign='top'|
|valign='top'|
Line 110: Line 119:


|valign='top'|
|valign='top'|
* [[PostgreSQL/PgBouncer|PostgreSQL » PgBouncer]]
* [[PostgreSQL/PgLoader|PostgreSQL » PgLoader]]
* [[Docker/Compose/SFTP]]
* [[Docker/Compose/SFTP]]
* [[PostgreSQL]]
* [[Git]]
* [[Git]]


|}
|}

Latest revision as of 06:52, 25 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