Skip to content

Commit

Permalink
e2e: migrate GCR image to Quay (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
RTann authored and dcaravel committed Apr 25, 2024
1 parent 0f3a346 commit 229291e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2etests/testcase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1009,10 +1009,10 @@ var testCases = []testCase{
},
},
{
image: "us.gcr.io/stackrox-ci/qa/apache/server:latest",
registry: "https://us.gcr.io",
username: "_json_key",
password: os.Getenv("GOOGLE_SA_CIRCLECI_SCANNER"),
image: "quay.io/rhacs-eng/qa:apache-server-scannerci",
registry: "https://quay.io",
username: os.Getenv("QUAY_RHACS_ENG_RO_USERNAME"),
password: os.Getenv("QUAY_RHACS_ENG_RO_PASSWORD"),
source: "NVD",
namespace: "ubuntu:14.04",
expectedFeatures: []apiV1.Feature{
Expand Down

0 comments on commit 229291e

Please sign in to comment.