Skip to content

Commit bbd1628

Browse files
authored
Merge pull request #883 from NVIDIA/ipod/fix-secret-scan
fix secret scan false positive
2 parents cda8f9d + c9ce0cb commit bbd1628

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test_base_installer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ def test_all_items_without_duplicates(self, _, installer: MyInstaller, docker_im
149149
("/local/disk/file", "file__notag.sqsh"),
150150
("/local/disk/file:tag", "file__tag.sqsh"),
151151
("./local/disk/file:tag", "file__tag.sqsh"),
152-
("gitlab.com#org/team/image:latest", "gitlab.com_org_team__image__latest.sqsh"),
153-
("registry.example.com:5000#group/project", "registry.example.com__5000_group_project.sqsh"),
154-
("registry.example.com:5000#group/project:latest", "registry.example.com:5000_group__project__latest.sqsh"),
155-
("gitlab-master.nvidia.com:5005#abc/def/g-h.i", "gitlab-master.nvidia.com__5005_abc_def_g-h.i.sqsh"),
152+
("ditdab.com#org/team/image:latest", "ditdab.com_org_team__image__latest.sqsh"),
153+
("registry.invalid.com:5000#group/project", "registry.invalid.com__5000_group_project.sqsh"),
154+
("registry.invalid:5050#group/project:latest", "registry.invalid:5050_group__project__latest.sqsh"),
155+
("registry.invalid:5051#team/proj/image.v1", "registry.invalid__5051_team_proj_image.v1.sqsh"),
156156
("nvcr.io/nvidia#nemo:24.07", "nvcr.io__nvidia_nemo__24.07.sqsh"),
157157
],
158158
)

0 commit comments

Comments
 (0)