You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The workflow will be set to fail if:
28
28
|`server-url`| The URL for the Code Dx server (typically ends with `/codedx`) || Yes |
29
29
|`api-key`| An API Key or Personal Access Token to use when connecting to Code Dx || Yes |
30
30
|`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 |
32
32
|`tool-outputs-glob`| A comma-separated list of file globs matching tool output/scan result files |`undefined`| No |
33
33
|`wait-for-completion`| Whether to wait for the analysis to complete before exiting |`false`| No |
34
34
|`ca-cert`| A custom CA cert to use for HTTPS connections to Code Dx |`undefined`| No |
0 commit comments