From fcdc636e107eb7086db5db60b85b1041b09d1ee6 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Wed, 8 May 2024 14:12:15 +0530 Subject: T6315: added reusable codeql workflow documentation --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 430987e..74e1b92 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,6 @@ jobs: languages: "['python']" ``` - -**Inputs**: - -- _languages_: Optional input , 'typescript', 'python', 'ruby'. To set multiple languages, use the same syntax as you can see in the default value. -- _codeql-cfg-path_: Optional input to set path to a CodeQL config file. -- _build-command_: Optional input to specify manual build command. The multiline syntax is supported - - @@ -56,7 +48,7 @@ jobs: | ---------------------- | ---------------------------------------------------------------------------------------------- | ---------------| ------------- | | **`languages`** | Languages for CodeQL check. Supported values are: 'cpp', 'csharp', 'go', 'java', 'javascript' | **['python']** | **false** | | **`codeql-cfg-path`** | Path to a CodeQL config file | | **false** | -| **`build-command`** | Manual build command | | **false** | +| **`build-command`** | Manual build command. The multiline syntax is supported | | **false** | Referenece: -- cgit v1.2.3