{

    "scanner-about-to-scan": {
        "template": [
            "Build scanner is about to scan:",
            " - application name: '{{appName}}'",
            " - branch: '{{branchName}}'",
            " - build name: '{{buildName}}'"
        ]
    },
    "scanner-about-to-scan-module": {
        "template": " - module to scan: '{{module}}'"
    },
    "scanner-about-to-scan-scandir": {
        "template": " - directory to scan: '{{scanDir}}'"
    },
    "scanner-scanning-result": {
        "template": [
            "Scanning result:",
            " - files scanned: {{filesScannedCount}}",
			" - files reported: {{filesReportedCount}}",
            " - methods reported: {{includedMethodsCount}}"
        ]
    },
	"scanner-buildsessionid-already-scanned-error": {
		"template": "Build has already been scanned. Please create a new build, and then run the 'config' and 'scan' commands again."
	},
    "scanner-buildmap-send-error": {
        "template": "Could not send scan results to Sealights"
    },
    "scanner-buildmap-module-send-error": {
        "template": "Could not send scan results to Sealights '{{module}}'"
    },
    "config-new-build": {
        "template": [
            "Agent is about to register new application build for:",
            " - application name: '{{appName}}'",
            " - branch: '{{branchName}}'",
            " - build name: '{{buildName}}'"
        ]
    },
    "config-build-session-created": {
        "template": "Build session created successfully. Your build session identifier is: {{buildSessionId}}"
    },
    "config-build-session-saved": {
        "template": "Build session ID was saved in file: {{fullFilePath}}"
    },
    "config-scan-command-hint": {
        "template": "Application is now ready to be scanned"
    },
    "config-build-session-error": {
        "template": "Failed to register new application for scanning"
    }
}
