-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix ite6 vuln attestation to use the right predicatetype (#2191)
* fix ite6 vuln attestation to use the right predicatetype Signed-off-by: Brandon Lum <[email protected]> * fix vuln attestation in other areas Signed-off-by: Brandon Lum <[email protected]> --------- Signed-off-by: Brandon Lum <[email protected]>
- Loading branch information
Showing
6 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"uri": "pkg:maven/org.apache.logging.log4j/[email protected]" | ||
} | ||
], | ||
"predicateType": "https://in-toto.io/attestation/vuln/v0.1", | ||
"predicateType": "https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate": { | ||
"invocation": { | ||
"parameters": [""], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1891,7 +1891,7 @@ var ( | |
"uri":"pkg:maven/org.apache.commons/[email protected]" | ||
} | ||
], | ||
"predicate_type":"https://in-toto.io/attestation/vuln/v0.1", | ||
"predicate_type":"https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate":{ | ||
"invocation":{ | ||
"uri":"guac", | ||
|
@@ -1920,7 +1920,7 @@ var ( | |
"uri":"pkg:oci/vul-secondLevel-latest?repository_url=gcr.io" | ||
} | ||
], | ||
"predicate_type":"https://in-toto.io/attestation/vuln/v0.1", | ||
"predicate_type":"https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate":{ | ||
"invocation":{ | ||
"uri":"guac", | ||
|
@@ -1943,7 +1943,7 @@ var ( | |
"uri":"pkg:oci/vul-image-latest?repository_url=gcr.io" | ||
} | ||
], | ||
"predicate_type":"https://in-toto.io/attestation/vuln/v0.1", | ||
"predicate_type":"https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate":{ | ||
"invocation":{ | ||
"uri":"guac", | ||
|
@@ -1966,7 +1966,7 @@ var ( | |
"uri":"pkg:maven/org.apache.logging.log4j/[email protected]" | ||
} | ||
], | ||
"predicate_type":"https://in-toto.io/attestation/vuln/v0.1", | ||
"predicate_type":"https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate":{ | ||
"invocation":{ | ||
"uri":"guac", | ||
|
@@ -2027,7 +2027,7 @@ var ( | |
"uri": "pkg:maven/io.vertx/[email protected]?type=jar" | ||
} | ||
], | ||
"predicate_type": "https://in-toto.io/attestation/vuln/v0.1", | ||
"predicate_type": "https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate": { | ||
"invocation": { | ||
"uri": "guac", | ||
|
@@ -2051,7 +2051,7 @@ var ( | |
"uri": "pkg:maven/io.vertx/[email protected]?type=jar" | ||
} | ||
], | ||
"predicate_type": "https://in-toto.io/attestation/vuln/v0.1", | ||
"predicate_type": "https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate": { | ||
"invocation": { | ||
"uri": "guac", | ||
|
@@ -2075,7 +2075,7 @@ var ( | |
"uri": "pkg:maven/io.vertx/[email protected]?type=jar" | ||
} | ||
], | ||
"predicate_type": "https://in-toto.io/attestation/vuln/v0.1", | ||
"predicate_type": "https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate": { | ||
"invocation": { | ||
"uri": "guac", | ||
|
@@ -2099,7 +2099,7 @@ var ( | |
"uri": "pkg:maven/io.vertx/[email protected]?type=jar" | ||
} | ||
], | ||
"predicate_type": "https://in-toto.io/attestation/vuln/v0.1", | ||
"predicate_type": "https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate": { | ||
"invocation": { | ||
"uri": "guac", | ||
|
@@ -2128,7 +2128,7 @@ var ( | |
"uri": "pkg:maven/io.vertx/[email protected]?type=jar" | ||
} | ||
], | ||
"predicate_type": "https://in-toto.io/attestation/vuln/v0.1", | ||
"predicate_type": "https://in-toto.io/attestation/vulns/v0.1", | ||
"predicate": { | ||
"invocation": { | ||
"uri": "guac", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters