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

feat(rocky): support Rocky Linux #1570

Merged
merged 5 commits into from
Jan 20, 2022

Conversation

MaineK00n
Copy link
Contributor

@MaineK00n MaineK00n commented Jan 11, 2022

Overview

fixes. #1053
Add Rocky Linux to Trivy's supported operating systems.

$ trivy --cache-dir ~/.cache/trivy/ image rockylinux:8
2022-01-12T06:52:53.227+0900	INFO	Detected OS: rocky
2022-01-12T06:52:53.227+0900	INFO	Detecting Rocky Linux vulnerabilities...
2022-01-12T06:52:53.227+0900	INFO	Number of language-specific files: 0

rockylinux:8 (rocky 8.5)
========================
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0)

+--------------+------------------+----------+-------------------+------------------+--------------------------------------+
|   LIBRARY    | VULNERABILITY ID | SEVERITY | INSTALLED VERSION |  FIXED VERSION   |                TITLE                 |
+--------------+------------------+----------+-------------------+------------------+--------------------------------------+
| openssl-libs | CVE-2021-3712    | MEDIUM   | 1:1.1.1k-4.el8    | 1:1.1.1k-5.el8_5 | Moderate: openssl security update    |
|              |                  |          |                   |                  | -->avd.aquasec.com/nvd/cve-2021-3712 |
+--------------+------------------+----------+-------------------+------------------+--------------------------------------+

PRs

Need to merge the below PRs first

@MaineK00n
Copy link
Contributor Author

MaineK00n commented Jan 12, 2022

As shown in the following forum, errata for modular packages is currently not working.
Therefore, the log will be displayed for the modular package.
https://forums.rockylinux.org/t/some-errata-missing-in-comparison-with-rhel-and-almalinux/3843

@MaineK00n
Copy link
Contributor Author

As shown in the following forum, errata for modular packages is currently not working. Therefore, the log will be displayed for the modular package. https://forums.rockylinux.org/t/some-errata-missing-in-comparison-with-rhel-and-almalinux/3843

Implemented with this commit: c9dfb3e

@MaineK00n MaineK00n force-pushed the support-rockylinux branch 3 times, most recently from cfd4bda to 47569e7 Compare January 14, 2022 01:20
@knqyf263 knqyf263 merged commit f5c5573 into aquasecurity:main Jan 20, 2022
@MaineK00n MaineK00n deleted the support-rockylinux branch January 20, 2022 13:46
masahiro331 pushed a commit to masahiro331/trivy that referenced this pull request Feb 6, 2022
Co-authored-by: knqyf263 <knqyf263@gmail.com>
liamg pushed a commit that referenced this pull request Jun 7, 2022
Co-authored-by: knqyf263 <knqyf263@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants