summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2022-03-17 16:05:00 -0400
committerSam Whited <sam@samwhited.com>2022-04-19 09:07:08 -0400
commit5e8594262f537efd02d1a3d7ad7d7e9013f1e76e (patch)
treed162d48de87beb1eb7744d6ae0e1d3ef91796b27 /.gitlab-ci.yml
parent790d6f76ad24ec8153db9eb8dde21c1c6bc44d3f (diff)
obfsproxy: add initial proxy implementation
Fixes #3 Updates #4 Signed-off-by: Sam Whited <sam@samwhited.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c830e6..830e638 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@ validate:
staticcheck -checks inherit,ST1000,ST1016,ST1020,ST1021,ST1022,ST1023 ./...
# gosec does not handle modules correctly.
# See: https://github.com/securego/gosec/issues/622
- gosec -exclude-dir=obfsproxy ./...
+ gosec ./...
go mod tidy
git diff --exit-code -- go.mod go.sum