From d177d7847af12c5fb7070ff32cf33556806bab5a Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Thu, 29 Jan 2026 15:20:14 -0500 Subject: [PATCH] Update README to remove duplication and version change fix formatting and typo --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9b8d10..69f6739 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ jobs: ``` Additional `Experimental` and `DefaultOff` detectors: - -For a list of experimental and default-off detectors that require explicit enablement, see the [Detectors README](https://github.com/microsoft/component-detection/blob/main/docs/detectors/README.md). See [enable-default-off.md](https://github.com/microsoft/component-detection/blob/main/docs/enable-default-off.md) for more details. +- For a list of experimental and default-off detectors that require explicit enablement, see the [Detectors README](https://github.com/microsoft/component-detection/blob/main/docs/detectors/README.md). See [enable-default-off.md](https://github.com/microsoft/component-detection/blob/main/docs/enable-default-off.md) for more details. ```yaml name: Component Detection @@ -46,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Component detection - uses: advanced-security/component-detection-dependency-submission-action@v0.0.2 + uses: advanced-security/component-detection-dependency-submission-action@v0.1.1 with: # Experimental detectors: Poetry, UvLock, NpmLockfile3, Ivy # Default-off detectors: ConanLock, CondaLock, Dockerfile, Pip, SimplePip, Spdx22, SwiftResolved