pull/767/head
Fenny 2020-09-14 04:07:50 +02:00
parent a837fa4d55
commit 61a7a890cd
1 changed files with 1 additions and 8 deletions

View File

@ -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 ./...