security push
- addressing gosec issues - adding workflow docs - go version bump
This commit is contained in:
8
.gitea/workflows/security.yaml
Normal file
8
.gitea/workflows/security.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: "security scans"
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
scans:
|
||||
runs-on: smoke-test
|
||||
steps:
|
||||
uses: https://code.jakeyoungdev.com/actions/security@master #update this to a tag after first successful run
|
Reference in New Issue
Block a user