All checks were successful
CD / Release (push) Successful in 12s
Reviewed-on: #4 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
13 lines
438 B
Markdown
13 lines
438 B
Markdown
# tas-actions
|
|
|
|
Reusable GitHub Actions for [TAS (Tea Advanced Security)](https://github.com/go-gitea/gitea): upload SARIF reports and gate CI on the API response.
|
|
|
|
## Actions
|
|
|
|
### [tas-upload-sarif](tas-upload-sarif/)
|
|
|
|
Uploads a SARIF report from a file to TAS and **fails the job** if the API returns `allowed: false`.
|
|
sarif-file: 'results.sarif'
|
|
|
|
See [tas-upload-sarif/README.md](tas-upload-sarif/README.md) for all inputs and options.
|