SaaSHub helps you find the best software and product alternatives Learn more →
Top 8 Makefile Security Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Azure Kubernetes Service (AKS) Network Policies: A Comprehensive Guide | dev.to | 2025-11-19
# Install Hubble CLI export HUBBLE_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/hubble/master/stable.txt) curl -L --remote-name-all https://github.com/cilium/hubble/releases/download/$HUBBLE_VERSION/hubble-linux-amd64.tar.gz{,.sha256sum} sha256sum --check hubble-linux-amd64.tar.gz.sha256sum sudo tar xzvfC hubble-linux-amd64.tar.gz /usr/local/bin
-
-
Project mention: Testing Kubernetes NetworkPolicies Before They Hit Production | dev.to | 2026-08-06
name: netpol-live-validation on: push: branches: [main] paths: - 'manifests/**/networkpolicy*.yaml' jobs: live-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up cluster access run: | echo "${{ secrets.STAGING_KUBECONFIG }}" > kubeconfig echo "KUBECONFIG=$(pwd)/kubeconfig" >> $GITHUB_ENV - name: Apply policies to staging run: kubectl apply -f manifests/ -n staging - name: Install cilium CLI run: | curl -L --remote-name-all https://github.com/cilium/cilium-cli/releases/latest/download/cilium-linux-amd64.tar.gz tar xzf cilium-linux-amd64.tar.gz sudo mv cilium /usr/local/bin/ - name: Run connectivity test run: cilium connectivity test --test-namespace cilium-test --timeout 10m
-
-
Project mention: Ask HN: What Are You Working On? (September 2025) | news.ycombinator.com | 2025-09-29
-
riscv-ap-tee
This repo holds the work area and revisions of the non-ISA specification created by the RISC-V AP-TEE TG. This specification defines the programming interfaces (ABI) to support the Confidential VM Extension (CoVE) confidential computing architecture for RISC-V application-processor platforms.
-
Makefile Security discussion
Makefile Security related posts
-
Testing Kubernetes NetworkPolicies Before They Hit Production
-
Step-by-Step: Set Up Multi-Region Kubernetes 1.32 Clusters with Cilium 1.16 and AWS Global Accelerator
-
Building a Production eBPF Observability & Security Stack for Kubernetes in 2026
-
Open Camera is a FOSS Camera App for Android
-
Lets Setup K8s Cluster
-
Incident 2 – Additional details of the attack
-
Microservices start Here: Chassis Pattern
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Aug 2026
Index
What are some of the best open-source Security projects in Makefile? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | android-security-awesome | 9,593 |
| 2 | hubble | 4,276 |
| 3 | osquery-defense-kit | 610 |
| 4 | cilium-cli | 592 |
| 5 | aws-security-survival-kit | 522 |
| 6 | open-atlas | 84 |
| 7 | riscv-ap-tee | 67 |
| 8 | aws-dhmc-enabler | 9 |