Fix readme

This commit is contained in:
Justin Hutchings
2023-01-22 12:28:52 -08:00
committed by GitHub
parent 3685f281f7
commit 588209959a
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
### Configuration options
| Parameter | Description | Example |
| --- | --- |
| --- | --- | --- |
filePath | The path to the directory containing the environment files to upload. Defaults to Actions working directory. | `'.'`
directoryExclusionList | Filters out specific directories following a minimatch pattern. | `test`
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`