mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Add nolint to gosec stuff that doesnt matter because test
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							parent
							
								
									69440058bb
								
							
						
					
					
						commit
						cb87852825
					
				| @ -263,8 +263,8 @@ func (t *HeadscaleInContainer) WaitForReady() error { | ||||
| 	client := &http.Client{} | ||||
| 
 | ||||
| 	if t.hasTLS() { | ||||
| 		insecureTransport := http.DefaultTransport.(*http.Transport).Clone() | ||||
| 		insecureTransport.TLSClientConfig = &tls.Config{InsecureSkipVerify: true} | ||||
| 		insecureTransport := http.DefaultTransport.(*http.Transport).Clone()      //nolint
 | ||||
| 		insecureTransport.TLSClientConfig = &tls.Config{InsecureSkipVerify: true} //nolint
 | ||||
| 		client = &http.Client{Transport: insecureTransport} | ||||
| 	} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user