Security/Container/Snyk: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Created page with "<syntaxhighlight lang="bash"> 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 </syntaxhighlight> ==Playground== {| |valign='top'| <syntaxhighlight lang="bash"> snk --help </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> </syntaxhighlight> |- |colspan='3'| ---- |- |valign='top'| <syntaxhighlight lang="bas..."
 
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
chmod +x /usr/local/bin/snyk
chmod +x /usr/local/bin/snyk
EXE
EXE
snyk version
snyk help
snyk auth
</syntaxhighlight>
==Snyk » Scan==
<syntaxhighlight lang="bash">
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
</syntaxhighlight>
</syntaxhighlight>


Line 10: Line 22:
|valign='top'|
|valign='top'|
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
snk --help
snyk monitor --all-projects --org=1c43740c-4114-456a-9bb0-4b5c4bfcc37e
snyk version
snyk help
snyk auth
</syntaxhighlight>
</syntaxhighlight>


|valign='top'|
|valign='top'|
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
snyk container test haproxy:latest
snyk container test httpd:latest
snyk container test nginx:latest
snyk container test php:latest
</syntaxhighlight>
</syntaxhighlight>


Line 41: 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 55: 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]]
* [[Security/Certificate/TLS|Security » Certificate » TLS]]
* [[Security/Container/Trivy|Security » Container » Trivy]]


|valign='top'|
|valign='top'|
Line 89: 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