mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-01 19:48:28 +01:00
Streamyfin ships no container image, so this runs a Trivy *filesystem* scan (vulnerable deps, secrets, misconfig) and uploads SARIF to GitHub code scanning, complementing CodeQL and dependency-review. Runs on push to develop/master, weekly, and on demand (not on PRs — fork PRs can't upload SARIF, and dependency-review already gates PR dependencies). Reports findings (CRITICAL/HIGH, ignore-unfixed) without failing the build; the Security tab surfaces them.