mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 20:38:08 +08:00
fix dependabot alerts
https://github.com/project-zot/zot/pull/712 https://github.com/project-zot/zot/pull/714 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
Ramkumar Chinchani
parent
a702a2377e
commit
4b8e288cd3
@@ -3629,7 +3629,7 @@ func TestImageSignatures(t *testing.T) {
|
||||
options.RegistryOptions{AllowInsecure: true},
|
||||
map[string]interface{}{"tag": "1.0"},
|
||||
[]string{fmt.Sprintf("localhost:%s/%s@%s", port, repoName, digest.String())},
|
||||
"", "", true, "", "", "", false, false, "")
|
||||
"", "", true, "", "", "", false, false, "", true)
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
// verify the image
|
||||
|
||||
Reference in New Issue
Block a user