Is it possible to scan IBM Business Automation Workflow source code with SonarQube? - sonarqube-scan

IBM Business Automation Workflow has its own web IDE and it has the capabilities from IBM BPM (Process) and IBM Case Manager (Workflow-Case). Does anybody has a way to scan its source code with SonarQube?

Related

SDK Support for Document Service

I would like to connect the Document Service from Java (Spring Boot application deployed in SAP BTP Cloud Foundry environment with multitenancy) and I am wondering about the intended way to connect the document service in a multitenant szenario.
Does SAP cloud sdk helps with connectivity?
If we're talking about consuming the service on the SAP Business Technology platform - then yes. Check the multi-tenancy docs.
The SAP Cloud SDK is a framework for consuming services and usually not the best choice for publishing them. You can use it as a proxy or data adapter, of course, if that's what you need.
For service publishing with multi-tenancy, I'd recommend looking into the direction of the Cloud Application Programming model (CAP)
Are you building OData, OpenAPI or generic REST enabled service? The SAP Cloud SDK can help to consume your service with multi-tenancy out of the box using our OData or OpenAPI code generators and type-safe clients. You can also use the SDK for testing. Please, check the details in our docs.
I'd also recommend checking if the service you're building already exists or you can adapt some other service with help of the SDK.

Query regarding Microsoft Security Code analysis extension and Fxcop Analyzer

I want to use Roslyn analyser in our Azure pipelines. And got to know from below link that roslyn analyzer comes along with a plugin called Microsoft Security Code analysis extension.
https://learn.microsoft.com/en-us/azure/security/develop/security-code-analysis-overview
https://learn.microsoft.com/en-us/azure/security/develop/security-code-analysis-onboard
Can you please guide me how to install the extension in Azure pipeline?
Also is there any documentation regarding how to install Fxcop Analyzer in Azure pipelines?
The Microsoft Security Code Analysis can’t be installed directly in extension marketplace, you can link to https://secdevtools.azurewebsites.net/ and click Contact Us for general Availability Information to send a sign up email to Secure Development Tools group.
After the approval, you can get the extension in Organization Settings -> Extensions -> Shared. And more detail install information, you can check the documentation.
About the Fxcop Analyzer, you can install the Code Analysis Task for VSTS(from the Marketplace) and use this task on your pipeline and you can get more detailed information in Github.
Microsoft Security Code Analysis is a toolset (An additional subscription need to purchase at your Azure DevOps organization level), which provides different tools in the Azure DeOps pipeline to use. FxCopAnalyzer is one of the tool in it's offering under this subscription.
MS Code Analysis Onboarding and installation
https://learn.microsoft.com/en-us/azure/security/develop/security-code-analysis-onboard
FxCopAnalyzer configuration
https://learn.microsoft.com/en-us/azure/security/develop/security-code-analysis-customize#roslyn-analyzers-task

Is the SAP Cloud SDK also able to simplify connecting to non S/4 systems?

The virtual data model (VDM) of the SAP Cloud SDK is designed to make connecting to SAP S/4HANA systems on SAP Cloud Platform easier. Is it possible to also use the virtual data model for other downstream services?
The virtual data model of the Cloud SDK allows to also consume other ODataV2 services coming from for example SAP SuccessFactors or SAP ByDesign. You can also use the SDK capabilities to communicate via REST APIs. More details in this can be found here.

Can I debug a workflow on Office 365?

I have a question about Sharepoint Online debugging.
I've created a Sharepoint app with Visual 2015, destined to sharepoint-online and it's sharepoint hosted. Inside, I have a very simple workflow.
When I try to debug it, the following message appears:
Is it necessary to have an Azure account to debug a workflow? Are there any other options in workflow development?
If it helps, the deployment environment is Office 365.
It is necessary to have an Azure account to debug SharePoint Online/Office 365 workflows. This is because you can't access certain components that are used for debugging a local SharePoint workflow. Instead Microsoft created the Relay Service component of the Microsoft Azure Service Bus. (A secure component that they charge for hosting)
Before this component was released it does't appear debugging was possible. (See article below)
Debugging Workflows In SharePoint 2013 Online using Azure.
If you have an MSDN subscription or work for a Microsoft partner organization you should receive some free access to Azure.
Workflow debugging for SharePoint Online requires a Windows Azure Service Bus connection.
To enable remote debugging:
With a project selected in Solution Explorer, Right click on the Project menu ans select Properties.
Click the Debug tab.
Select the Use remote machine check box.
In the Use remote machine field, enter the name of the remote machine, using the format \\domain\machinename.

Azure Active Directory integration with SAP HANA Cloud Platform

I am Following document "Tutorial: Azure Active Directory integration with SAP HANA Cloud Platform" at location https://msdn.microsoft.com/en-us/library/azure/dn948540.aspx, when I searched "SAP HANA cloud platform" in the list of applications in application gallery while adding new application into my active directory, it didn't found anything. How can I resolve this issue?
Regards,
Pranjal
The documentation for this feature made Online before the feature (SAP Hana integration) has been roll out to the customers. As of 2015-03-31, SAP Hana Cloud is available in the Applications Gallery of Azure Active Directory. You may now go test your integration!

Resources