Standalone · Security

security-workflows: compliance as CI

Security scans should run in CI, not in a quarterly report. NVIDIA's security-workflows repo makes compliance a reusable GitHub Action.

The worst security model is the one that runs quarterly and produces a PDF nobody reads. The best one runs on every commit and fails the build. NVIDIA's security-workflows repo is the latter, packaged as reusable GitHub Actions.

What it is

NVIDIA security-workflows is a collection of centrally maintained, reusable GitHub Actions workflows for the security-compliance scans rolled out by NVIDIA's security team. Instead of each repo reinventing its own scan, every repo can pull the same battle-tested workflow.

Why it matters

Mental model

security-workflows is the "single source of truth" for your security scans. Write the scan once, run it everywhere.

The takeaway

Security that runs in CI is security that actually happens. Package your scans as reusable workflows and make compliance the default.

Sources

Back to the blog