Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AlmaLinux OS scan support #360

Closed
srbala opened this issue Jul 2, 2021 · 1 comment
Closed

Add AlmaLinux OS scan support #360

srbala opened this issue Jul 2, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@srbala
Copy link
Contributor

srbala commented Jul 2, 2021

What would you like to be added:
Add AlmaLinux OS as new RHEL variant along with CentOS

Why is this needed:
AlmaLinux is an alternative OS for CentOS as its long term supports ends by end of the year.

Additional context:
Source code level security issues of RHEL are applicable to AlmaLinux except vendor specific packages

@srbala srbala added the enhancement New feature or request label Jul 2, 2021
@wagoodman
Copy link
Contributor

Support for this was added in v0.16.0 of grype via anchore/syft#447 in syft 🎉 🌮

❯ grype version
Application:          grype
Version:              0.16.0
BuildDate:            2021-08-18T15:41:58Z
GitCommit:            01a77d5c451455e6125f26178db6fe2da2b7675d
GitTreeState:         clean
Platform:             darwin/amd64
GoVersion:            go1.16.7
Compiler:             gc
Supported DB Schema:  3

❯ docker pull almalinux
Using default tag: latest
latest: Pulling from library/almalinux
ba2c2d4a4d0c: Pull complete
Digest: sha256:7843d8cb9fb74495159ba58d27421cbc408d1760ce94b5bf54e8ebda83272199
Status: Downloaded newer image for almalinux:latest
docker.io/library/almalinux:latest

❯ grype almalinux:latest
 ✔ Vulnerability DB        [updated]
 ✔ Loaded image
 ✔ Parsed image
 ✔ Cataloged packages      [160 packages]
 ✔ Scanned image           [2 vulnerabilities]
NAME  INSTALLED  FIXED-IN  VULNERABILITY   SEVERITY
rpm   4.14.3               CVE-2021-20266  Medium
rpm   4.14.3               CVE-2021-3421   Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants