Files
tas-actions/README.md
Timo Behrendt cd7a5213f7
All checks were successful
CD / Release (push) Successful in 12s
docs: slim down docs (#4)
Reviewed-on: #4
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-02-11 19:58:08 +01:00

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.