Skip to content

Commit

Permalink
Fix Google Container Registry URL typo (guacsec#1986)
Browse files Browse the repository at this point in the history
Signed-off-by: Collin Berman <cberman@google.com>
  • Loading branch information
cberman authored Jun 28, 2024
1 parent f0d7607 commit 7306193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/testing/testdata/testdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ var (
"predicateType":"https://in-toto.io/attestation/vuln/v0.1",
"subject":[
{
"name":"pkg:oci/vul-secondLevel-latest?repository_url=grc.io",
"name":"pkg:oci/vul-secondLevel-latest?repository_url=gcr.io",
"digest":null
}
],
Expand All @@ -1237,7 +1237,7 @@ var (
"predicateType":"https://in-toto.io/attestation/vuln/v0.1",
"subject":[
{
"name":"pkg:oci/vul-image-latest?repository_url=grc.io",
"name":"pkg:oci/vul-image-latest?repository_url=gcr.io",
"digest":null
}
],
Expand Down Expand Up @@ -1303,11 +1303,11 @@ var (
}`

RootPackage = root_package.PackageNode{
Purl: "pkg:oci/vul-image-latest?repository_url=grc.io",
Purl: "pkg:oci/vul-image-latest?repository_url=gcr.io",
}

SecondLevelPackage = root_package.PackageNode{
Purl: "pkg:oci/vul-secondLevel-latest?repository_url=grc.io",
Purl: "pkg:oci/vul-secondLevel-latest?repository_url=gcr.io",
}

Log4JPackage = root_package.PackageNode{
Expand Down

0 comments on commit 7306193

Please sign in to comment.