summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2024-05-08 14:12:15 +0530
committerkumvijaya <kumvijaya@gmail.com>2024-05-08 14:12:15 +0530
commitfcdc636e107eb7086db5db60b85b1041b09d1ee6 (patch)
tree2594a655a31fb4a9cef2e4633d91adbc041f03db
parentffae259e9e09acc27c4be6c748e335f42cd1924e (diff)
downloadvyos-github-actions-fcdc636e107eb7086db5db60b85b1041b09d1ee6.tar.gz
vyos-github-actions-fcdc636e107eb7086db5db60b85b1041b09d1ee6.zip
T6315: added reusable codeql workflow documentation
-rw-r--r--README.md10
1 files changed, 1 insertions, 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
-
-
<!-- end usage -->
<!-- start inputs -->
@@ -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** |
<!-- end inputs -->
Referenece: