chore: fix dependabot alerts (#1409)

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani
2023-05-11 16:39:21 -07:00
committed by GitHub
parent b7ef88c96d
commit 9534e0b88b
6 changed files with 43 additions and 50 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ function teardown_file() {
}
EOF
run notation sign --signature-manifest image --key "notation-sign-test" --plain-http localhost:8080/annotations:latest
run notation sign --key "notation-sign-test" --plain-http localhost:8080/annotations:latest
[ "$status" -eq 0 ]
run notation verify --plain-http localhost:8080/annotations:latest
[ "$status" -eq 0 ]
+1 -1
View File
@@ -272,7 +272,7 @@ function teardown_file() {
}
EOF
run notation sign --signature-manifest image --key "notation-sign-sync-test" --plain-http localhost:9000/golang:1.20
run notation sign --key "notation-sign-sync-test" --plain-http localhost:9000/golang:1.20
[ "$status" -eq 0 ]
run notation verify --plain-http localhost:9000/golang:1.20
[ "$status" -eq 0 ]