Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oldsj authored Mar 6, 2023
1 parent 855984e commit e0c6758
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,29 @@
=======

Public shared workflow templates and reusable workflows for Trail of Bits.
You can find our public profile and repositories at https://github.com/trailofbits/
You can find our public profile and repositories at https://github.com/trailofbits/.

**.github/workflows**
## .github/workflows

Github Actions [reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows)
Github Actions [reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows).

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

```yaml
jobs:
lint:
uses: trailofbits/.github/.github/workflows/[email protected]
```
## workflow-templates
Github Actions templates you can use from your repo -> Actions -> New workflow
**profile**
Learn more about [creating starter workflows](https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization) and [using starter workflows](https://docs.github.com/en/actions/using-workflows/using-starter-workflows)
This is an example of using our pip-audit starter workflow:
<img width="966" alt="image" src="https://user-images.githubusercontent.com/12104969/223135447-5128b4ed-c9d2-44cf-80c6-1395a555edde.png">
## profile
Our [Github organization's](https://github.com/trailofbits) public profile
Our [Github organization's](https://github.com/trailofbits) public profile.

0 comments on commit e0c6758

Please sign in to comment.