17 lines
No EOL
375 B
YAML
17 lines
No EOL
375 B
YAML
name: GoSec Scan
|
|
on:
|
|
schedule:
|
|
- cron: "@daily"
|
|
push:
|
|
branches: ["main"]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
gosec:
|
|
name: Gosec Check
|
|
runs-on: node20-bookworm
|
|
steps:
|
|
- name: Checkout
|
|
uses: https://git.shadowhosting.xyz/actions/checkout@v4
|
|
- name: Run Gosec Security Scanner
|
|
uses: https://git.shadowhosting.xyz/actions/goscan@main |