Skip to content

Commit

Permalink
fix: disable gosec until next release to fix false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Sep 23, 2023
1 parent b64bf37 commit e28c17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"image": "mcr.microsoft.com/devcontainers/go:latest",
"features": {
"ghcr.io/guiyomh/features/golangci-lint:0": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/shyim/devcontainers-features/php:0.0.3": {
"version": "8.2"
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ linters:
- goconst
- gofmt
- goprintffuncname
- gosec
# - gosec
- gosimple
- govet
- ineffassign
Expand Down

0 comments on commit e28c17c

Please sign in to comment.