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