Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46,342 changes: 41,599 additions & 4,743 deletions scanners/trivy/parser/__snapshots__/parser.test.js.snap

Large diffs are not rendered by default.

16,186 changes: 14,256 additions & 1,930 deletions scanners/trivy/parser/__testFiles__/juice-shop-v10.2.0.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"SchemaVersion": 2,
"CreatedAt": "2024-10-28T15:33:51.265546208Z",
"ArtifactName": "bkimminich/juice-shop:v12.10.2",
"ArtifactType": "container_image",
"Metadata": {
Expand Down Expand Up @@ -28,7 +29,8 @@
"ImageConfig": {
"architecture": "amd64",
"created": "2021-10-12T21:23:22.113753293Z",
"history": [{
"history": [
{
"created": "2021-08-31T23:18:31.206789071Z",
"created_by": "/bin/sh -c #(nop) ADD file:9d14b11183983923090d9e6d15cc51ee210466296e913bfefbfd580b3de59c95 in / "
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"SchemaVersion": 2,
"CreatedAt": "2024-10-28T15:33:51.265546208Z",
"ArtifactName": "bkimminich/juice-shop:v12.10.2",
"ArtifactType": "container_image",
"Metadata": {
Expand Down Expand Up @@ -28,7 +29,8 @@
"ImageConfig": {
"architecture": "amd64",
"created": "2021-10-12T21:23:22.113753293Z",
"history": [{
"history": [
{
"created": "2021-08-31T23:18:31.206789071Z",
"created_by": "/bin/sh -c #(nop) ADD file:9d14b11183983923090d9e6d15cc51ee210466296e913bfefbfd580b3de59c95 in / "
},
Expand Down
13,187 changes: 12,003 additions & 1,184 deletions scanners/trivy/parser/__testFiles__/juice-shop-v12.10.2.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"Target": "docker.io/rancher/local-path-provisioner:v0.0.14 (alpine 3.12.0)",
"Class": "os-pkgs",
"Type": "alpine",
"Packages": [],
"Vulnerabilities": [
{
"VulnerabilityID": "CVE-2021-36159",
Expand Down Expand Up @@ -65,6 +66,7 @@
"Target": "docker.io/rancher/local-path-provisioner:v0.0.14 (alpine 3.12.0)",
"Class": "os-pkgs",
"Type": "alpine",
"Packages": [],
"Secrets": [
{
"VulnerabilityID": "CVE-a-dummy-secret-finding"
Expand Down
Loading