Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Chorke Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:33, 3 June 2025 Shahed talk contribs created page Security/Container/Trivy (Created page with "<syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash wget -cq https://github.com/aquasecurity/trivy/releases/download/v0.63.0/trivy_0.63.0_Linux-64bit.tar.gz -P ${HOME}/Downloads tar -xzf ${HOME}/Downloads/trivy_0.63.0_Linux-64bit.tar.gz -C ${HOME}/Downloads rm -rf ${HOME}/Downloads/trivy_0.63.0_Linux-64bit.tar.gz mv ${HOME}/Downloads/trivy /usr/local/bin/ EXE </syntaxhighlight> ==Snyk ยป Scan== <syntaxhighlight lang="bash"> trivy image haproxy:2.8-alpine trivy...")