Jordan Levin
Jordan Levin
# Changes Adds support for Protecode's Custom Data metadata in the upload request. See https://protecode.c.eu-de-2.cloud.sap/help/api/#custom-data for more details. - [ X ] Tests - [ X ] Documentation
``` warn protecodeExecuteScan - Cannot infer stage name from CI environment - unable to detect a supported orchestrator (Azure DevOps, GitHub Actions, Jenkins) info protecodeExecuteScan - Using stageName '' from...
https://github.com/SAP/jenkins-library/blob/6920cad51122990737829d3f1fe4d90b41b6b172/cmd/checkmarxExecuteScan.go#L448-L451 The referenced code will fail the pipeline even if `vulnerabilityThresholdEnabled` is disabled. This is because `insecure` is initialized a default value of `false`, and it is only overwritten in...
### What happened? I am trying to generate a new Upjet provider from the [Elastic Cloud Terraform Provider](https://github.com/elastic/terraform-provider-ec). The first resource I would like to generate is `ec_deployment` but I...