Skip to content

Commit 5882099

Browse files
authored
Fix readme
1 parent 3685f28 commit 5882099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
### Configuration options
2929
3030
| Parameter | Description | Example |
31-
| --- | --- |
31+
| --- | --- | --- |
3232
filePath | The path to the directory containing the environment files to upload. Defaults to Actions working directory. | `'.'`
3333
directoryExclusionList | Filters out specific directories following a minimatch pattern. | `test`
3434
detectorArgs | Comma separated list of properties that can affect the detectors execution, like EnableIfDefaultOff that allows a specific detector that is in beta to run, the format for this property is DetectorId=EnableIfDefaultOff, for example Pip=EnableIfDefaultOff. | `Pip=EnableIfDefaultOff`
3535
dockerImagesToScan |Comma separated list of docker image names or hashes to execute container scanning on | ubuntu:16.04,56bab49eef2ef07505f6a1b0d5bd3a601dfc3c76ad4460f24c91d6fa298369ab |
3636
detectorsFilter | A comma separated list with the identifiers of the specific detectors to be used. | `Pip, RustCrateDetector`
3737

38-
For more information: https://github.com/microsoft/component-detection
38+
For more information: https://github.com/microsoft/component-detection

0 commit comments

Comments
 (0)