Add 13 missing security tools across 7 categories#3
Merged
rezmoss merged 3 commits intorezmoss:mainfrom Mar 22, 2026
Merged
Conversation
Added notable tools that were missing from the list: **Artifact Signing & Verification:** - rekor (Sigstore transparency log) - fulcio (Sigstore code signing CA) **Supply Chain Compliance:** - scorecard (OpenSSF security health metrics) - in-toto (supply chain integrity framework) - slsa-verifier (SLSA provenance verification) **SAST / Go:** - govulncheck (official Go vulnerability scanner) **Container Security / Image Scanning:** - hadolint (Dockerfile linter) - dive (Docker image layer explorer) **Policy as Code:** - conftest (OPA for configuration files) **Secret Management:** - vault (HashiCorp Vault) - infisical (open-source secret management) **Cloud Security:** - cloudquery (cloud asset inventory) - cartography (infrastructure relationship mapping) All tools meet contribution criteria: >5 stars, active maintenance, repositories >1 month old. No affiliation with any of these tools.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands the curated “Awesome Security Pipeline” list by adding 13 commonly used security tools, filling gaps across multiple pipeline stages/categories.
Changes:
- Added Sigstore ecosystem components (Rekor, Fulcio) under artifact signing.
- Added supply-chain assurance tools (Scorecard, in-toto, slsa-verifier) and Go’s govulncheck.
- Added additional container/policy/secret/cloud tooling entries (hadolint, dive, conftest, vault, infisical, cloudquery, cartography).
Comments suppressed due to low confidence (2)
README.md:74
- This section is described as auditing/verifying supply chain security against industry benchmarks, but the newly added tools (Scorecard, in-toto, slsa-verifier) are more about security posture scoring and provenance/attestation frameworks than benchmark compliance. Consider adjusting the section blurb to cover provenance/assurance/metrics, or splitting into a separate subsection to keep the taxonomy accurate.
- [scorecard](https://github.com/ossf/scorecard) - OpenSSF security health metrics for open source projects.   
- [in-toto](https://github.com/in-toto/in-toto) - Framework to protect supply chain integrity.   
- [slsa-verifier](https://github.com/slsa-framework/slsa-verifier) - Verify SLSA provenance for supply chain security.   
README.md:202
- The Secret Management section intro is scoped to Kubernetes/GitOps workflows, but Vault and Infisical are general-purpose secret managers beyond Kubernetes. Consider widening the intro sentence (or adding a separate subsection) so the section description matches the tools listed.
- [vault](https://github.com/hashicorp/vault) - Secrets management, encryption as a service, and privileged access.   
- [infisical](https://github.com/Infisical/infisical) - Open-source secret management platform with native integrations.   
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds 13 missing tools: scorecard, in-toto, slsa-verifier, rekor, fulcio, govulncheck, hadolint, dive, conftest, vault, infisical, cloudquery, cartography.