Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Portainer | 25,696 | 1 | a day ago | 78 | April 21, 2021 | 1,134 | zlib | Go | ||
Making Docker and Kubernetes management easy. | ||||||||||
Trivy | 17,615 | 25 | a day ago | 176 | September 16, 2022 | 180 | apache-2.0 | Go | ||
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more | ||||||||||
Slim | 16,747 | 2 days ago | 160 | apache-2.0 | Go | |||||
Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source) | ||||||||||
Authelia | 16,521 | 1 | a day ago | 34 | September 19, 2022 | 98 | apache-2.0 | Go | ||
The Single Sign-On Multi-Factor portal for web apps | ||||||||||
Hydra | 14,093 | 8 | 21 hours ago | 1 | May 08, 2019 | 78 | apache-2.0 | Go | ||
OpenID Certified™ OpenID Connect and OAuth Provider written in Go - cloud native, security-first, open source API security for your infrastructure. SDKs for any language. Works with Hardware Security Modules. Compatible with MITREid. | ||||||||||
Labs | 11,245 | 6 days ago | 141 | apache-2.0 | PHP | |||||
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome. | ||||||||||
Rustscan | 10,022 | 12 days ago | 17 | April 27, 2022 | 127 | gpl-3.0 | Rust | |||
🤖 The Modern Port Scanner 🤖 | ||||||||||
Docker Bench Security | 8,377 | 4 days ago | 14 | apache-2.0 | Shell | |||||
The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production. | ||||||||||
Imgproxy | 7,207 | 6 days ago | 112 | August 22, 2022 | 70 | mit | Go | |||
Fast and secure standalone server for resizing and converting remote images | ||||||||||
Devops Resources | 6,995 | 9 days ago | 13 | Groovy | ||||||
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP |
Stethoscope is a web application that collects information from existing device data sources (e.g., JAMF or LANDESK) on a given user’s devices and gives them clear and specific recommendations for securing their systems. An overview is available on the Netflix Tech Blog.
If you have node (version 6.4+) and npm (included with node) installed already and just want to play around with the front end, run:
make install-develop-ui
Stethoscope consists of two primary pieces: a Python-based back-end and a React-based front-end. Nginx is used to serve static files and route traffic to the back-end.
The easiest way to get up-and-running quickly is through the provided Docker configuration.
To run with Docker, first install Docker (standard or beta).
We have provided a Docker Compose file, docker-compose.yml
,
that defines the services that make up Stethoscope. To start these services, run:
docker-compose up
Then connect to the main Nginx web server at http://localhost:5000
.
If you encounter the following error, you likely need to upgrade docker-compose
to version 1.10 or
higher.
ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.
Our full documentation is available at https://stethoscope.readthedocs.org.
Copyright 2016, 2017 Netflix, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.