mirror of https://github.com/gofiber/fiber.git
⚡v2
parent
a837fa4d55
commit
61a7a890cd
|
@ -1,11 +1,4 @@
|
|||
on: [push, pull_request]
|
||||
paths-ignore:
|
||||
- 'utils/bytebufferpool/**'
|
||||
- 'utils/colorable/**'
|
||||
- 'utils/encoding/**'
|
||||
- 'utils/fasttemplate/**'
|
||||
- 'utils/isatty/**'
|
||||
- 'utils/schema/**'
|
||||
name: Security
|
||||
jobs:
|
||||
Gosec:
|
||||
|
@ -16,4 +9,4 @@ jobs:
|
|||
- name: Run Gosec
|
||||
uses: securego/gosec@master
|
||||
with:
|
||||
args: ./...
|
||||
args: -exclude-dir=./utils ./...
|
Loading…
Reference in New Issue