nettijoe96 / .github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.github

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/workflows

Github Actions reusable workflows.

You can call these workflows from a workflow in your repo like:

jobs:
  lint:
    uses: trailofbits/.github/.github/workflows/lint.yml@v0.1.0

workflow-templates

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: image

profile

Our Github organization's public profile.

About

License:GNU Affero General Public License v3.0