1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 06:24:35 +00:00
fiber/.github/workflows/security.yml

12 lines
253 B
YAML
Raw Normal View History

2020-04-20 21:54:49 +02:00
on: [push, pull_request]
name: Security
2020-02-21 18:07:43 +01:00
jobs:
Gosec:
2020-05-12 23:05:07 +02:00
runs-on: ubuntu-latest
2020-02-21 18:07:43 +01:00
steps:
2020-05-12 23:05:07 +02:00
- name: Fetch Repository
2020-04-23 19:35:09 +02:00
uses: actions/checkout@v2
2020-05-12 23:05:07 +02:00
- name: Run Gosec
2020-04-23 19:35:09 +02:00
uses: securego/gosec@master
with:
args: ./...