1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 19:24:26 +00:00
fiber/.github/workflows/security.yml
Fenny 9a31f89fdb v2
2020-09-13 11:22:01 +02:00

12 lines
277 B
YAML

on: [push, pull_request]
name: Security
jobs:
Gosec:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v2
- name: Run Gosec
uses: securego/gosec@master
with:
args: -exclude=G103,G104,G601 ./...