From a0afe89f81a2a99edf70de215b62307043629393 Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Mon, 6 Jan 2025 17:42:02 +0200 Subject: [PATCH] Improve upload archive progress bar Signed-off-by: Michael Sverdlov --- artifactory/commands/python/pip_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/artifactory/commands/python/pip_test.go b/artifactory/commands/python/pip_test.go index 321a2a074..92079ada6 100644 --- a/artifactory/commands/python/pip_test.go +++ b/artifactory/commands/python/pip_test.go @@ -10,6 +10,7 @@ import ( func TestCreatePipConfigManually(t *testing.T) { // Define the test parameters customConfigPath := filepath.Join(t.TempDir(), "/tmp/test/pip.conf") + // #nosec G101 -- False positive - no hardcoded credentials. repoWithCredsUrl := "https://example.com/simple/" expectedContent := "[global]\nindex-url = https://example.com/simple/\n"