changeloguru/.github/workflows/semgrep.yaml

23 lines
354 B
YAML
Raw Normal View History

2021-11-06 06:42:43 +00:00
name: semgrep
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: semgrep
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
config: >-
2021-11-06 06:47:07 +00:00
p/security-audit
p/secrets
2021-11-06 06:42:43 +00:00
p/golang