Skip to content

Commit

Permalink
fix(ubuntu): update mapping for 24.04 (#572)
Browse files Browse the repository at this point in the history
Updates the release name for 24.04 to `noble` which matches what Canonical uses
in their security advisories.

Signed-off-by: Ben Beauregard <ben.beauregard@anchore.com>
  • Loading branch information
bot190 committed May 9, 2024
1 parent 039c6ce commit 44df4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/vunnel/providers/ubuntu/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"kinetic": "22.10",
"lunar": "23.04",
"mantic": "23.10",
"numbat": "24.04",
"noble": "24.04",
}

# driver workspace
Expand Down
1 change: 1 addition & 0 deletions tests/quality/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ tests:
- ubuntu:distro:ubuntu:22.10
- ubuntu:distro:ubuntu:23.04
- ubuntu:distro:ubuntu:23.10
- ubuntu:distro:ubuntu:24.04

- provider: wolfi
additional_providers:
Expand Down

0 comments on commit 44df4e2

Please sign in to comment.