feat(alinux): add support for Alibaba Cloud Linux#405
Open
shiloong wants to merge 1 commit intoaquasecurity:mainfrom
Open
feat(alinux): add support for Alibaba Cloud Linux#405shiloong wants to merge 1 commit intoaquasecurity:mainfrom
shiloong wants to merge 1 commit intoaquasecurity:mainfrom
Conversation
Signed-off-by: Shiloong <shile.zhang@linux.alibaba.com>
8 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
It would be interesting to add support for the Alibaba Cloud Linux Linux distribution.
Alibaba Cloud Linux (short for Alinux) is a next-generation Linux distribution released by Alibaba Cloud. It includes advanced features developed by the Linux community, and provides a stable and reliable environment for applications running on the cloud.
The Alinux Security Team provides a publicly available Alinux Security Center, which serves as the official channel for publishing product vulnerability databases and security advisories. We request community support to enable vulnerability scanning for Alinux and facilitate the provision of machine-readable security data in OVAL and CSAF_VEX standard formats.
Trivy is widely used by customers on Alibaba Cloud for Linux container image scanning, but currently does not support Alinux vulnerability scanning. Hope this support can be added soon.
Related issues