Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-05-25 07:14:27 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-05-25 07:14:27 +0300
commit106be28febdab1dd1a0543ff28a8dfbfc7e27a88 (patch)
treee8ba5dc042acc9db7f022bb43038ebd2a5d68c37 /internal
parent6d3a0ace6d73c41e7c2442e84b2cab6fe1ade22f (diff)
Only use gosect-sast and secrets-sast scans
Diffstat (limited to 'internal')
-rw-r--r--internal/mocks/mocks.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/mocks/mocks.go b/internal/mocks/mocks.go
index 2816205d..e1f0f6d7 100644
--- a/internal/mocks/mocks.go
+++ b/internal/mocks/mocks.go
@@ -5,9 +5,10 @@
package mocks
import (
- gomock "github.com/golang/mock/gomock"
http "net/http"
reflect "reflect"
+
+ gomock "github.com/golang/mock/gomock"
)
// MockArtifact is a mock of Artifact interface