CONTAINER SECURITY

This page summarizes the projects mentioned and recommended in the original post on /r/u_sybrenbolandit

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hadolint

    Dockerfile linter, validate inline bash, written in Haskell

  • Linters are an effective way to catch (security) bugs early on in your development process. For most programming languages using linters is pretty standard. Hadolint is a linter for your Dockerfiles and is found on github here.

  • trivy

    Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

  • install: - ... - export TRIVY_VERSION=$(curl --silent "https://api.github.com/repos/aquasecurity/trivy/releases/latest" | grep '"tag_name":' | sed -E 's/.*"v([^"]+)".*/\1/') - wget https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VERSION}/trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz - tar zxvf trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • garden-planner-api

  • To show both tools we are integrating them in a project from a previous post on travis-ci. The complete code is found here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Are there tools that tell you if you can optimize your dockerfiles?

    5 projects | /r/docker | 8 Jul 2022
  • Java eclipse temurin:18.0.1_10-jre-alpine is out ! Now what ?

    2 projects | dev.to | 4 May 2022
  • Implement DevSecOps to Secure your CI/CD pipeline

    54 projects | dev.to | 27 Sep 2022
  • [App Discovery] Favorite and Underrated Self Hosted App

    19 projects | /r/selfhosted | 27 Apr 2022
  • Down With the Sickness

    2 projects | dev.to | 27 Mar 2022