Closed mthalman closed 2 months ago
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
When executing
GenerateEolAnnotationDataCommand
in dry run mode, it attempts to authenticate with Azure credentials in theGetAllImageDigestsFromRegistry
method. This fails on the build agent because it has no default Azure credentials.This is fixed by defaulting the method results to an empty set when in dry run mode.