Forgot to update the upload :p

This commit is contained in:
2026-03-25 21:44:36 +01:00
parent a0973373af
commit a9a59a4f90

4
Jenkinsfile vendored
View File

@@ -50,8 +50,8 @@ pipeline {
sh """ sh """
curl -X POST "${DD_URL}/api/v2/import-scan/" \ curl -X POST "${DD_URL}/api/v2/import-scan/" \
-H "Authorization: Token ${DD_API_KEY}" \ -H "Authorization: Token ${DD_API_KEY}" \
-F "scan_type=SARIF" \ -F "scan_type=Semgrep JSON Report" \
-F "file=@\$(pwd)/semgrep.sarif" \ -F "file=@\$(pwd)/semgrep.json" \
-F "product_name=Sendit" \ -F "product_name=Sendit" \
-F "engagement_name=Jenkins-CI" \ -F "engagement_name=Jenkins-CI" \
-F "auto_create_context=true" \ -F "auto_create_context=true" \