Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 603 Bytes

ghafiles

This contains baseline GitHub Actions that may be useful for any new project.

  • Adhere to least privilege principles for workflow permissions
  • Use of commit hashes for pinning GitHub Actions dependencies
  • Use of Dependabot to update commit hashes as necessary
  • Use of OpenSSF's Security Scorecard (SCORECARD_TOKEN setup required)
  • Use of Step Security's Harden Runner
  • Codespell
  • Super-Linter
  • Semgrep (SEMGREP_APP_TOKEN setup required)
  • (optional) Sync to GitLab (GITLAB_TOKEN setup required)