Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro committed Nov 8, 2024
1 parent 07eeb6a commit 7a27d47
Show file tree
Hide file tree
Showing 8 changed files with 180 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Mockgen
run: go get github.com/golang/mock/[email protected]
- name: Get dependencies
run: go mod download
run: go mod download
- name: Build karavi-authorization Docker Images
run: make builder
- name: Get podman image tags for image scans
Expand Down
2 changes: 1 addition & 1 deletion cmd/sidecar-proxy/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestProxyInstanceHandler(t *testing.T) {
rp := httputil.NewSingleHostReverseProxy(u)
rp.Transport = &http.Transport{
TLSClientConfig: &tls.Config{
InsecureSkipVerify: true,
InsecureSkipVerify: true, // #nosec G402
},
}

Expand Down
Loading

0 comments on commit 7a27d47

Please sign in to comment.