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
'Set the default branch of the repository to the branch of this full-scan. Should only need to be done once, for example for the "main" or "master" branch.'
58
58
},
59
-
pendingHead: {
59
+
dryRun: {
60
60
type: 'boolean',
61
-
default: true,
62
61
description:
63
-
'Designate this full-scan as the latest scan of a given branch. This must be set to have it show up in the dashboard.'
62
+
'Run input validation part of command without any concrete side effects'
64
63
},
65
-
dryRun: {
64
+
pendingHead: {
66
65
type: 'boolean',
66
+
default: true,
67
67
description:
68
-
'run input validation part of command without any concrete side effects'
68
+
'Designate this full-scan as the latest scan of a given branch. This must be set to have it show up in the dashboard.'
69
69
},
70
70
pullRequest: {
71
71
type: 'number',
72
72
shortFlag: 'pr',
73
73
description: 'Commit hash'
74
74
},
75
-
committers: {
76
-
type: 'string',
77
-
shortFlag: 'c',
78
-
default: '',
79
-
description: 'Committers'
80
-
},
81
75
readOnly: {
82
76
type: 'boolean',
83
77
default: false,
84
78
description:
85
79
'Similar to --dry-run except it can read from remote, stops before it would create an actual report'
0 commit comments