Gosec with some stuff with actions.
|
||
---|---|---|
.forgejo/workflows | ||
cmd | ||
docker | ||
interfaces | ||
.actrc | ||
.example.env | ||
.gitignore | ||
action.yml | ||
example.config.yml | ||
example.sarif | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
Taskfile.yml |
goscan
Gosec with some stuff with actions.
Workflow example
name: GoSec Scan
on:
schedule:
- cron: "@weekly"
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