Skip to content

Commit

Permalink
ci: moved gosec to linter action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristoWolf committed Mar 8, 2023
1 parent 407744e commit 64f337c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
6 changes: 5 additions & 1 deletion .github/configs/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ issues:
# Exclude some linters from running on tests files.
- path: _test\.go
linters:
- errcheck
- errcheck

linters:
enable:
- gosec
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,3 @@ jobs:
only-new-issues: false
skip-pkg-cache: true
skip-build-cache: true

gosec:
name: Scan code for security issues
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: golang-security-action
uses: securego/gosec@master

0 comments on commit 64f337c

Please sign in to comment.