We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e007d13 commit e4e3e34Copy full SHA for e4e3e34
lib/metric/deprecated-images/deprecated-images.collector.ts
@@ -6,7 +6,7 @@ import { DeprecatedImageDto } from './deprecated-image.dto';
6
const logger = cfLogs.Logger('codefresh:containerLogger');
7
8
// eslint-disable-next-line no-control-regex
9
-const DEPRECATED_IMAGE_REGEX = /^\u001b\[31m\u001b\[1m\[DEPRECATION NOTICE].+?Suggest the author of (?<image>.+?) to/;
+const DEPRECATED_IMAGE_REGEX = /^(?:\u001b\[31m\u001b\[1m)?\[DEPRECATION NOTICE].+?Suggest the author of (?<image>.+?) to/;
10
11
class DeprecatedImagesCollector {
12
0 commit comments