Files
tas-actions/README.md
2026-02-11 19:57:53 +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.