feat: automated runner

This commit is contained in:
2025-02-25 14:54:01 -08:00
parent 31c2c3da64
commit 5038db9947
2 changed files with 106 additions and 0 deletions

18
.gitea/workflows/scan.yml Normal file
View File

@ -0,0 +1,18 @@
name: Security Scan
on:
workflow_dispatch:
schedule:
# Midnight every Monday
- cron: '0 0 * * 1'
jobs:
lint:
name: Scan Repositories
runs-on: [security-runner]
steps:
- name: Checkout Source Files
uses: actions/checkout@v4
- name: Run scan
run: ./cron.sh