Initial template setup
Security / semgrep (push) Failing after 0s
Security / trivy (push) Failing after 0s

This commit is contained in:
2026-05-09 16:41:15 +02:00
commit e78badf003
10 changed files with 254 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Security
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 4 * * 1' # Mondays 04:00 UTC
jobs:
semgrep:
uses: Hellion-Forge/security-workflows/.gitea/workflows/semgrep.yml@main
# If you need to exclude specific rules or paths, drop a .semgrep-exclude.yml
# at the repo root. The reusable workflow honors it.
trivy:
uses: Hellion-Forge/security-workflows/.gitea/workflows/trivy.yml@main