Skip to content

Commit b4653ef

Browse files
committed
Update README with optional params
1 parent 265c40a commit b4653ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The workflow will be set to fail if:
2828
| `server-url` | The URL for the Code Dx server (typically ends with `/codedx`) | | Yes |
2929
| `api-key` | An API Key or Personal Access Token to use when connecting to Code Dx | | Yes |
3030
| `project-id` | The ID of a project (an integer) created in Code Dx | | Yes |
31-
| `source-and-binaries-glob` | A comma-separated-list of file globs matching source and binary files to be packaged and sent to Code Dx | | Yes |
31+
| `source-and-binaries-glob` | A comma-separated-list of file globs matching source and binary files to be packaged and sent to Code Dx | `undefined` | No |
3232
| `tool-outputs-glob` | A comma-separated list of file globs matching tool output/scan result files | `undefined` | No |
3333
| `wait-for-completion` | Whether to wait for the analysis to complete before exiting | `false` | No |
3434
| `ca-cert` | A custom CA cert to use for HTTPS connections to Code Dx | `undefined` | No |

0 commit comments

Comments
 (0)