Skip to content

cp2718/baseline-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Baseline Security Templates

Reusable supply-chain guardrail templates for repositories.

Included templates

  • templates/scripts/check-supply-chain-iocs.sh
    • Non-npm IOC gate for Python/non-npm repos.
  • templates/scripts/check-supply-chain-iocs.mjs
    • npm/package-lock IOC gate.
  • templates/github-actions/supply-chain-gate-step.yml
    • CI job step snippet.
  • templates/github-actions/monthly-audit.yml
    • Scheduled audit workflow scaffold.

Usage

  1. Copy the right gate script into your repo.
  2. Add a CI gate step right after checkout.
  3. Run the gate before dependency install where practical.
  4. Fail CI on IOC matches.

IOC coverage

Current defaults include:

Update patterns as new advisories are confirmed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors