-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |