We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e007d13 commit d71854dCopy full SHA for d71854d
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
service.yaml
@@ -1 +1 @@
1
-version: 1.12.0
+version: 1.12.1
0 commit comments