We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f102880 commit 4bc3c0aCopy full SHA for 4bc3c0a
1 file changed
src/Microsoft.ComponentDetection.Detectors/kubernetes/KubernetesComponentDetector.cs
@@ -14,7 +14,7 @@ namespace Microsoft.ComponentDetection.Detectors.Kubernetes;
14
using YamlDotNet.Core;
15
using YamlDotNet.RepresentationModel;
16
17
-public class KubernetesComponentDetector : FileComponentDetector
+public class KubernetesComponentDetector : FileComponentDetector, IDefaultOffComponentDetector
18
{
19
private static readonly HashSet<string> KubernetesKinds = new(StringComparer.OrdinalIgnoreCase)
20
0 commit comments