Skip to main content
Back to Tags

DevSecOps

35 items tagged with "devsecops"

Filter by type:

Best Practices10

Best Practice

Supply-chain Levels for Software Artifacts (SLSA)

End-to-end integrity guarantees for software supply-chain; defines levels 1-4.

Best Practice

Infrastructure-as-Code Security Playbook

Best practices for securing Terraform, CloudFormation, and ARM templates in CI/CD pipelines.

Best Practice

OWASP Software Assurance Maturity Model (SAMM)

A maturity model that helps organizations assess and improve their software security program across governance, design, implementation, verification, and operations.

Best Practice

Microsoft Security Development Lifecycle (SDL)

A set of security practices integrated across every phase of software development, from training and design through implementation, verification, and response.

Best Practice

Sigstore Keyless Signing

An open standard for signing software artifacts using short-lived certificates tied to identity, removing the burden of managing long-lived private keys.

Best Practice

in-toto Supply Chain Attestation

A framework that secures the software supply chain by cryptographically verifying that each step in the build and release process was performed as intended.

Best Practice

Secrets Management Best Practices

Practices for storing, rotating, and accessing credentials and keys securely, keeping them out of source code and limiting their exposure.

Best Practice

Reproducible Builds

A set of practices ensuring a given source plus build environment always produces bit-for-bit identical binaries, so anyone can independently verify what shipped.

Best Practice

Pre-Commit Hooks Automation

Automating checks such as formatting, linting, and secret scanning that run on every Git commit, catching issues locally before they ever reach the shared repository.

Best Practice

Static Application Security Testing in CI

Integrating SAST tools into the CI pipeline to scan source code for security vulnerabilities automatically on every change.