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 82e9c78 commit adabaddCopy full SHA for adabadd
src/Microsoft.ComponentDetection.Detectors/rust/RustSbomDetector.cs
@@ -12,7 +12,7 @@ namespace Microsoft.ComponentDetection.Detectors.Rust;
12
using Microsoft.ComponentDetection.Detectors.Rust.Sbom.Contracts;
13
using Microsoft.Extensions.Logging;
14
15
-public class RustSbomDetector : FileComponentDetector, IDefaultOffComponentDetector
+public class RustSbomDetector : FileComponentDetector, IExperimentalDetector
16
{
17
private const string CargoSbomSearchPattern = "*.cargo-sbom.json";
18
private const string CratesIoSource = "registry+https://github.com/rust-lang/crates.io-index";
0 commit comments