You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
fix: remove internal errors
This commit is contained in:
@@ -463,15 +463,10 @@ func checkmarxOneExecuteScanMetadata() config.StepData {
|
||||
Category: "compliance",
|
||||
},
|
||||
{
|
||||
Pattern: "failed to create Checkmarx One client.*No APIKey or client_id/client_secret provided",
|
||||
Pattern: "No APIKey or client_id/client_secret provided",
|
||||
Message: "Authentication failed. Verify APIKey or client credentials are properly configured in vault secrets.",
|
||||
Category: "authentication",
|
||||
},
|
||||
{
|
||||
Pattern: "failed to create zip file",
|
||||
Message: "File preparation failed. Check workspace permissions and available disk space.",
|
||||
Category: "configuration",
|
||||
},
|
||||
},
|
||||
},
|
||||
Spec: config.StepSpec{
|
||||
|
@@ -5,12 +5,9 @@ metadata:
|
||||
- pattern: "project .* not compliant"
|
||||
message: "Project failed compliance checks. Review security findings and fix issues to meet compliance requirements."
|
||||
category: "compliance"
|
||||
- pattern: "failed to create Checkmarx One client.*No APIKey or client_id/client_secret provided"
|
||||
- pattern: "No APIKey or client_id/client_secret provided"
|
||||
message: "Authentication failed. Verify APIKey or client credentials are properly configured in vault secrets."
|
||||
category: "authentication"
|
||||
- pattern: "failed to create zip file"
|
||||
message: "File preparation failed. Check workspace permissions and available disk space."
|
||||
category: "configuration"
|
||||
longDescription: |-
|
||||
checkmarxOne is a Static Application Security Testing (SAST) platform to analyze i.e. Java or TypeScript, Swift, Golang, Ruby code,
|
||||
and many other programming languages for security flaws based on a set of provided rules/queries that can be customized and extended.
|
||||
|
Reference in New Issue
Block a user