Skip to content

Commit

Permalink
Merge pull request #10 from ChristoWolf/moveGosec
Browse files Browse the repository at this point in the history
ci: moved gosec to linter action
  • Loading branch information
ChristoWolf authored Mar 8, 2023
2 parents 407744e + 64f337c commit 972527d
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 972527d

Please sign in to comment.