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-05 13:32:41 -0400
commit6498e0ce00329a6a652ebc85ec4d432a86404b06 (patch)
treee68e3274393bae5f5498dc5d735be7f818a16663 /.gitlab-ci.yml
parent790d6f76ad24ec8153db9eb8dde21c1c6bc44d3f (diff)
obfsproxy: add initial proxy implementationobfsproxy
Fixes #3 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