File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,27 @@ brew install boostsecurityio/tap/poutine
4040docker run -e GH_TOKEN ghcr.io/boostsecurityio/poutine:latest
4141```
4242
43+ #### GitHub Actions
44+ ``` yaml
45+ ...
46+ jobs :
47+ poutine :
48+ runs-on : ubuntu-latest
49+ permissions :
50+ security-events : write
51+ contents : read
52+ steps :
53+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
54+ # ################################################################################################
55+ - name : poutine - GitHub Actions SAST
56+ uses : boostsecurityio/poutine-action@main # We recommend to use a tagged version and pin it
57+ # ################################################################################################
58+ - name : Upload poutine SARIF file
59+ uses : github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
60+ with :
61+ sarif_file : results.sarif
62+ ` ` `
63+
4364### Usage
4465` ` ` bash
4566poutine [options] [command] [arguments]
You can’t perform that action at this time.
0 commit comments