generated from nhcarrigan/template
feat: automated runner
This commit is contained in:
18
.gitea/workflows/scan.yml
Normal file
18
.gitea/workflows/scan.yml
Normal 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
|
Reference in New Issue
Block a user