-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add distro mapping for azure linux 3 (#1848)
* feat: add distro mapping for azure linux 3 Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * map mariner to azure on write path, not read path Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * add azure to list of all types Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * fix unit tests Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * chore: fix line endings in Azure Linux 3.0 example release file Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * chore: update vuln match labels Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * chore: add new result set for azure linux 3 Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * add and wire up 2022 test set Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * chore: actually validate Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * chore: turn off failure on empty match set Right now, the grype PR runner doesn't have a vuln db with Azure Linux 3.0 in it, so this setting needs to be off until the release. Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> * chore: use vuln match labels from main Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com> --------- Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
- Loading branch information
1 parent
468cf12
commit be83782
Showing
8 changed files
with
92 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
NAME="Microsoft Azure Linux" | ||
VERSION="3.0.20240417" | ||
ID=azurelinux | ||
VERSION_ID="3.0" | ||
PRETTY_NAME="Microsoft Azure Linux 3.0" | ||
ANSI_COLOR="1;34" | ||
HOME_URL="https://aka.ms/azurelinux" | ||
BUG_REPORT_URL="https://aka.ms/azurelinux" | ||
SUPPORT_URL="https://aka.ms/azurelinux" |
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