Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 917 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 917 Bytes

circle-public-github-workflows

This contains a collection of shared Github Workflows which may be used by pubicly exposed repositories.

Workflows

This repository contains the following shareable workflows under .github/workflows:

  • actions-lint - Lints github workflows and actions.
  • attach-release-assets - Attaches SBOM and other build artifacts to releases along with a manifest file.
  • conventional-commit-release - Lints commit messages and PR titles to ensure compliance with Conventional Commits; on default branch builds it will execute the release-please action to generate Github releases & changelogs.
  • pr-scan - Executes the dependency-review-action to check for vulnerabilities and license compliance in pull request dependencies.