Skip to content

Commit

Permalink
fix: Commitment decoding bug && svr handler tests - mv gosec to golan…
Browse files Browse the repository at this point in the history
…gci lint
  • Loading branch information
EthenNotEthan committed Sep 5, 2024
1 parent c4c30c4 commit b278c5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,3 @@ jobs:
version: v1.60
args: --timeout 3m

go-sec:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ linters:
disable-all: true
enable:
## enabled by default
- gosec # Golang Security Checker
- errcheck # checking for unchecked errors, these unchecked errors can be critical bugs in some cases
- gosimple # specializes in simplifying a code
- ineffassign # detects when assignments to existing variables are not used
Expand Down

0 comments on commit b278c5e

Please sign in to comment.