Skip to content

Commit adabadd

Browse files
Promote RustSbom to IExperimentalDetector (#1440)
Move to experimental status.
1 parent 82e9c78 commit adabadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ComponentDetection.Detectors/rust/RustSbomDetector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Microsoft.ComponentDetection.Detectors.Rust;
1212
using Microsoft.ComponentDetection.Detectors.Rust.Sbom.Contracts;
1313
using Microsoft.Extensions.Logging;
1414

15-
public class RustSbomDetector : FileComponentDetector, IDefaultOffComponentDetector
15+
public class RustSbomDetector : FileComponentDetector, IExperimentalDetector
1616
{
1717
private const string CargoSbomSearchPattern = "*.cargo-sbom.json";
1818
private const string CratesIoSource = "registry+https://github.com/rust-lang/crates.io-index";

0 commit comments

Comments
 (0)