Public shared workflow templates and reusable workflows for Trail of Bits. You can find our public profile and repositories at https://github.com/trailofbits/.
Github Actions reusable workflows.
You can call these workflows from a workflow in your repo like:
jobs:
lint:
uses: trailofbits/.github/.github/workflows/[email protected]
Github Actions templates you can use from your repo -> Actions -> New workflow
Learn more about creating starter workflows and using starter workflows
This is an example of using our pip-audit starter workflow:
Our Github organization's public profile.