Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
👷 Add security scanning to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Addono committed Apr 20, 2020
1 parent df86b7f commit 00f187b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/continuous_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ jobs:
- name: Run Tests
run: POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres go test -v .

security-scanning:
name: Security Scanning
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...

linting:
name: Linting
runs-on: ubuntu-latest
Expand Down

0 comments on commit 00f187b

Please sign in to comment.