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: fcli-core/fcli-license/src/main/java/com/fortify/cli/license/ncd_report/collector/NcdReportRepositoryProcessor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ public <R extends INcdReportRepositoryDescriptor> void processRepository(
Copy file name to clipboardExpand all lines: fcli-core/fcli-license/src/main/java/com/fortify/cli/license/ncd_report/generator/github/NcdReportGitHubResultsGenerator.java
Copy file name to clipboardExpand all lines: fcli-core/fcli-license/src/main/java/com/fortify/cli/license/ncd_report/generator/gitlab/NcdReportGitLabResultsGenerator.java
Copy file name to clipboardExpand all lines: fcli-core/fcli-util/src/main/resources/com/fortify/cli/util/i18n/UtilMessages.properties
-46Lines changed: 0 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -47,48 +47,6 @@ fcli.util.crypto.encrypt.prompt = Value to encrypt:
47
47
fcli.util.crypto.decrypt.usage.header = Decrypt a value.
48
48
fcli.util.crypto.decrypt.prompt = Value to decrypt:
49
49
50
-
# fcli util msp-report
51
-
fcli.util.msp-report.usage.header = Configure and generate 'Managed Service Provider' (MSP) reports.
52
-
fcli.util.msp-report.generate.usage.header = Generate a 'Managed Service Provider' (MSP) report.
53
-
fcli.util.msp-report.generate.usage.description.0 = This command generates a 'Managed Service Provider' (MSP) report based on configuration settings defined in a configuration file. A sample configuration file can be generated using the 'fcli util msp-report generate-config' command.
54
-
fcli.util.msp-report.generate.usage.description.1 = \nThe configuration file includes settings for specifying one or more SSC instances from which to load MSP reporting data, and for specifying MSP (contract) information.
55
-
fcli.util.msp-report.generate.usage.description.2 = \nThe generated report consists of multiple files, written to either a directory or zip-file. The primary output file is 'summary.txt' that contains various statistics, including the number of application and scan entitlements consumed during the reporting period. Various CSV files providing proof, like the number of entitlements consumed per application, what artifacts were processed, and which artifacts contributed to the entitlement consumption, are generated in the details directory of the report.
56
-
fcli.util.msp-report.generate.usage.description.3 = \nThe generated 'checksums.sha256' file can be used to verify integrity of all generated files, using a command like 'sha256sum -c checksums.sha256'.
57
-
fcli.util.msp-report.generate.usage.description.4 = \nThis command requires the following SSC application version attributes to be configured in SSC:
fcli.util.msp-report.generate.usage.description.6 = - MSP_End_Customer_Name - Optional (for demo applications), Single Line Text
60
-
fcli.util.msp-report.generate.usage.description.7 = - MSP_End_Customer_Location - Optional (for demo applications), Single Line Text
61
-
fcli.util.msp-report.generate.usage.description.8 = \nNote that all versions within a single application should provide the same values for these attributes.
62
-
fcli.util.msp-report.generate.config = Configuration file; sample can be generated using the 'generate-config' command.
63
-
fcli.util.msp-report.generate.start-date = Reporting period start date. Format: yyyy-MM-dd, for example 2023-01-01.
64
-
fcli.util.msp-report.generate.end-date = Reporting period start date. Format: yyyy-MM-dd, for example 2023-03-31.
65
-
fcli.util.msp-report.generate.confirm = Confirm delete of existing report output location.
66
-
fcli.util.msp-report.generate.confirmPrompt = Confirm delete of existing output location %s?
fcli.util.msp-report.generate.processing.appversion = Processing application version %s
69
-
fcli.util.msp-report.generate.warn.usingUploadDate = WARN: No scan date found for artifact id %s (%s), using upload date instead
70
-
fcli.util.msp-report.generate-config.usage.header = Generate a sample configuration file for use by the 'generate' command.
71
-
fcli.util.msp-report.generate-config.config = Name of the sample configuration file to be generated.
72
-
fcli.util.msp-report.generate-config.confirm = Confirm overwrite of existing configuration file.
73
-
74
-
# fcli util ncd-report
75
-
fcli.util.ncd-report.usage.header = Configure and generate 'Number of Contributing Developers' (NCD) reports.
76
-
fcli.util.ncd-report.generate.usage.header = Generate a 'Number of Contributing Developers' (NCD) report.
77
-
fcli.util.ncd-report.generate.usage.description.0 = This command generates a 'Number of Contributing Developers' (NCD) report based on configuration settings defined in a configuration file. A sample configuration file can be generated using the 'fcli util ncd-report generate-config' command.\n
78
-
fcli.util.ncd-report.generate.usage.description.1 = The configuration file includes rich settings for specifying the source code repositories from which to load contributing developer data (supporting multiple Source Code Management (SCM) systems), and for ignoring and de-duplicating contributing authors. \n
79
-
fcli.util.ncd-report.generate.usage.description.2 = The generated report consists of multiple files, written to either a directory or zip-file. The primary output file is 'summary.txt' that contains various statistics, including the de-duplicated count of contributing developers. Various CSV files are generated with supporting proof, like the list of contributing authors, the list of commits that have been processed, and the list of repositories that have been processed.\n
80
-
fcli.util.ncd-report.generate.usage.description.3 = The generated 'checksums.sha256' file can be used to verify integrity of all generated files, using a command like 'sha256sum -c checksums.sha256'.
81
-
fcli.util.ncd-report.generate.config = Configuration file; sample can be generated using the 'generate-config' command.
82
-
fcli.util.ncd-report.generate.confirm = Confirm delete of existing report output location.
83
-
fcli.util.ncd-report.generate.confirmPrompt = Confirm delete of existing output location %s?
84
-
fcli.util.ncd-report.generate-config.usage.header = Generate a sample configuration file for use by the 'generate' command.
85
-
fcli.util.ncd-report.generate-config.config = Name of the sample configuration file to be generated.
86
-
fcli.util.ncd-report.generate-config.confirm = Confirm overwrite of existing configuration file.
87
-
fcli.util.ncd-report.loading.commits = Loading commits for repository: %s
88
-
fcli.util.ncd-report.loading.branch-commits = Loading commits for branch %s:%s
89
-
fcli.util.ncd-report.loading.github-repositories = Loading repositories for GitHub organization: %s
90
-
fcli.util.ncd-report.loading.gitlab-repositories = Loading repositories for GitLab group: %s
91
-
92
50
# fcli util sample-data
93
51
fcli.util.sample-data.usage.header = Generate sample data
94
52
fcli.util.sample-data.usage.description = These commands generate and output a fixed set of sample data \
0 commit comments