Closed gilescope closed 3 weeks ago
Sometimes we have builds failing due to:
"Error validating scan types: Failed to authenticate - please provide an access key ID"
On reruns the problem goes away and we have a successful scan. These are the github action settings we are setting:
cx_tenant: base_uri: https://eu-2.ast.checkmarx.net/ cx_client_id: ... cx_client_secret: ... additional_params: --threshold ...
Creating directory Error validating scan types: Failed to authenticate - please provide an access key ID PR decoration not created.
Apparently the action was being started from dependabot and it didn't have the secret even though the repo did. Interesting!
Describe the bug
Sometimes we have builds failing due to:
"Error validating scan types: Failed to authenticate - please provide an access key ID"
On reruns the problem goes away and we have a successful scan. These are the github action settings we are setting:
Logs