We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8cfe5 commit a0afe89Copy full SHA for a0afe89
artifactory/commands/python/pip_test.go
@@ -10,6 +10,7 @@ import (
10
func TestCreatePipConfigManually(t *testing.T) {
11
// Define the test parameters
12
customConfigPath := filepath.Join(t.TempDir(), "/tmp/test/pip.conf")
13
+ // #nosec G101 -- False positive - no hardcoded credentials.
14
repoWithCredsUrl := "https://example.com/simple/"
15
expectedContent := "[global]\nindex-url = https://example.com/simple/\n"
16
0 commit comments