mirror of https://github.com/gofiber/fiber.git
👷 v3 (ci): fix linter, remove gosec worklow
parent
088cde594d
commit
7899176d8e
|
@ -1,16 +0,0 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- v3-beta
|
||||
pull_request:
|
||||
name: Security
|
||||
jobs:
|
||||
Gosec:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch Repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Run Gosec
|
||||
uses: securego/gosec@master
|
||||
with:
|
||||
args: -exclude-dir=internal/*/ ./...
|
|
@ -48,7 +48,7 @@ linters-settings:
|
|||
packages:
|
||||
- flag
|
||||
- io/ioutil
|
||||
packages-with-error-message:
|
||||
packages-with-error-message:
|
||||
- flag: '`flag` package is only allowed in main.go'
|
||||
- io/ioutil: '`io/ioutil` package is deprecated, use the `io` and `os` package instead'
|
||||
|
||||
|
|
Loading…
Reference in New Issue