1
0
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:
Philip Germanov
2025-09-04 11:18:12 +03:00
parent 3131d53741
commit 602c23ef37
2 changed files with 2 additions and 10 deletions

View File

@@ -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{

View File

@@ -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.