BREAKING: Deprecating avd_id and short_code for misconfiguration checks
#8969
simar7
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In order to reduce complexity we will be keeping two kinds of IDs going forwards:
id: machine readable IDlong_id: human readable IDAs a result we will be deprecating the use of
avd_idandshort_codefrom the codebase.Recommendation
We recommend moving your trivy ignore rules and other related configurations to use either the
idor thelong_idformats. Theidfield will also accept theavd_idvalues for now.Timeline
We expect to remove the support for the above now deprecated IDs in the end of September 2025 release.
Beta Was this translation helpful? Give feedback.
All reactions