mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-27 01:03:55 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
25b3fa86c6
18
.github/workflows/security.yml
vendored
Normal file
18
.github/workflows/security.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
on: [push]
|
||||
name: Security
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.13.x]
|
||||
platform: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Security
|
||||
run: go get github.com/securego/gosec/cmd/gosec; `go env GOPATH`/bin/gosec ./...
|
Loading…
x
Reference in New Issue
Block a user