-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add openSUSE tumbleweed detection and scanning
(merged: changes in trivy-db from aquasecurity/trivy-db#411) aquasecurity/trivy-db#410
- Loading branch information
Showing
14 changed files
with
9,966 additions
and
19 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
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
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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"SchemaVersion": 2, | ||
"CreatedAt": "2021-08-25T12:20:30.000000005Z", | ||
"ArtifactName": "testdata/fixtures/images/opensuse-tumbleweed.tar.gz", | ||
"ArtifactType": "container_image", | ||
"Metadata": { | ||
"OS": { | ||
"Family": "opensuse.tumbleweed", | ||
"Name": "20240607" | ||
}, | ||
"ImageID": "sha256:580e73f5c823232e6587136e9f5428a89afdf77a123bb8575d08208e0cc34b12", | ||
"DiffIDs": [ | ||
"sha256:7a335bdf2d91d6d158da360054aa7e477d708187d43fe9d0ac20144cdf90f763" | ||
], | ||
"ImageConfig": { | ||
"architecture": "amd64", | ||
"author": "Fabian Vogt \[email protected]\u003e", | ||
"created": "2024-06-07T17:19:44Z", | ||
"history": [ | ||
{ | ||
"author": "Fabian Vogt \[email protected]\u003e", | ||
"created": "2024-06-07T17:19:44Z", | ||
"created_by": "KIWI 10.0.19", | ||
"comment": "openSUSE Tumbleweed 20240607 Base Container" | ||
} | ||
], | ||
"os": "linux", | ||
"rootfs": { | ||
"type": "layers", | ||
"diff_ids": [ | ||
"sha256:7a335bdf2d91d6d158da360054aa7e477d708187d43fe9d0ac20144cdf90f763" | ||
] | ||
}, | ||
"config": { | ||
"Cmd": [ | ||
"/bin/bash" | ||
], | ||
"Labels": { | ||
"org.openbuildservice.disturl": "obs://build.opensuse.org/openSUSE:Factory/images/b068e2522114e1c009e9bfa1b5cb1146-opensuse-tumbleweed-image:docker", | ||
"org.opencontainers.image.created": "2024-06-07T17:19:38.229693664Z", | ||
"org.opencontainers.image.description": "Image containing a minimal environment for containers based on openSUSE Tumbleweed.", | ||
"org.opencontainers.image.source": "https://build.opensuse.org/package/show/openSUSE:Factory/opensuse-tumbleweed-image?rev=b068e2522114e1c009e9bfa1b5cb1146", | ||
"org.opencontainers.image.title": "openSUSE Tumbleweed Base Container", | ||
"org.opencontainers.image.url": "https://www.opensuse.org/", | ||
"org.opencontainers.image.vendor": "openSUSE Project", | ||
"org.opencontainers.image.version": "20240607.30.45", | ||
"org.opensuse.base.created": "2024-06-07T17:19:38.229693664Z", | ||
"org.opensuse.base.description": "Image containing a minimal environment for containers based on openSUSE Tumbleweed.", | ||
"org.opensuse.base.disturl": "obs://build.opensuse.org/openSUSE:Factory/images/b068e2522114e1c009e9bfa1b5cb1146-opensuse-tumbleweed-image:docker", | ||
"org.opensuse.base.reference": "registry.opensuse.org/opensuse/tumbleweed:20240607.30.45", | ||
"org.opensuse.base.source": "https://build.opensuse.org/package/show/openSUSE:Factory/opensuse-tumbleweed-image?rev=b068e2522114e1c009e9bfa1b5cb1146", | ||
"org.opensuse.base.title": "openSUSE Tumbleweed Base Container", | ||
"org.opensuse.base.url": "https://www.opensuse.org/", | ||
"org.opensuse.base.vendor": "openSUSE Project", | ||
"org.opensuse.base.version": "20240607.30.45", | ||
"org.opensuse.reference": "registry.opensuse.org/opensuse/tumbleweed:20240607.30.45" | ||
} | ||
} | ||
} | ||
}, | ||
"Results": [ | ||
{ | ||
"Target": "testdata/fixtures/images/opensuse-tumbleweed.tar.gz (opensuse.tumbleweed 20240607)", | ||
"Class": "os-pkgs", | ||
"Type": "opensuse.tumbleweed" | ||
} | ||
] | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- bucket: openSUSE Tumbleweed | ||
pairs: | ||
- bucket: singularity-ce | ||
pairs: | ||
- key: openSUSE-SU-2024:14059-1 | ||
value: | ||
FixedVersion: "4.1.3-1.1" | ||
- key: CVE-2022-23538 | ||
value: | ||
FixedVersion: "" |
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
Oops, something went wrong.