From 588209959a256df51321d77c290076d67549ec9c Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Sun, 22 Jan 2023 12:28:52 -0800 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9566681..50c573e 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ 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` dockerImagesToScan |Comma separated list of docker image names or hashes to execute container scanning on | ubuntu:16.04,56bab49eef2ef07505f6a1b0d5bd3a601dfc3c76ad4460f24c91d6fa298369ab | detectorsFilter | A comma separated list with the identifiers of the specific detectors to be used. | `Pip, RustCrateDetector` -For more information: https://github.com/microsoft/component-detection \ No newline at end of file +For more information: https://github.com/microsoft/component-detection