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: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ inputs:
12
12
description: 'the ID of a project (an integer) created in Code Dx'
13
13
required: true
14
14
source-and-binaries-glob:
15
-
description: 'a file glob matching source and binary files (accepts multiple comma-separated globs)'
15
+
description: 'a file glob matching source and binary files (accepts multiple comma-separated globs). if not set, no source/binary files will be sent to Code Dx'
16
16
required: true
17
17
tool-outputs-glob:
18
18
description: 'a file glob matching output files (ie scan results) from an analysis tool (accepts multiple comma-separated globs)'
0 commit comments