sumeet patil
93283e55f9
contrastExecuteScan: added docs ( #4879 )
2024-04-02 12:24:09 +05:30
sumeet patil
a6dccf995d
fix(codeqlExecuteScan): Fix for GlobalSettingsFile url checks ( #4708 )
2023-12-05 13:43:29 +05:30
sumeet patil
e6a7432025
fix(codeqlExecuteScan): url checks for settings file ( #4706 )
2023-12-04 15:32:12 +05:30
sumeet patil
33067a5cb4
fix(codeqlExecuteScan): Fix working directory ( #4597 )
2023-09-25 16:52:54 +05:30
sumeet patil and thtri
4de0e3e0f3
fix(cxone): fix test cases ( #4564 )
...
Co-authored-by: thtri <thanh.hai.trinh@sap.com >
2023-09-12 19:33:44 +05:30
sumeet patil
f6e6d04408
feat(fortifyExecuteScan): Fortify proxy parameter ( #4543 )
2023-08-31 17:18:18 +05:30
sumeet patil
08d22a62e2
fix(checkmarxOne): added missing report ( #4482 )
...
* fix(checkmarxOne): added missing report
* added missing files after go generate
2023-07-27 09:35:54 +02:00
sumeet patil
9b60fcf506
fix(codeqlExecuteScan): fixed logic for getting code-scanning alerts ( #4393 )
2023-06-14 16:59:01 +05:30
sumeet patil
416cb1d327
fix(codeqlExecuteScan): added report file to output resources ( #4388 )
2023-06-02 18:31:52 +05:30
sumeet patil
1c018dbff7
feat(codeqlExecuteScan) : auto fill api url ( #4369 )
2023-05-22 19:59:43 +05:30
sumeet patil
70ed56b22d
fix(codeqlExecuteScan): checkForComplaince flag refactoring ( #4344 )
2023-05-03 12:29:04 +02:00
sumeet patil and Daria Kuznetsova
6dad124367
feat(codeqlExecuteScan): CodeQL compliance report and check ( #4335 )
...
* CodeQL compliance report and check
* fix test cases
---------
Co-authored-by: Daria Kuznetsova <d.kuznetsova@sap.com >
2023-04-28 15:47:05 +02:00
sumeet patil
d5d486ae3f
docs(codeqlExecuteScan): Improve codeqlExecuteScan githubToken docs ( #4292 )
2023-03-22 18:14:04 +05:30
sumeet patil
b171b82640
fix(codeql): fix toolrecord report link ( #4252 )
2023-02-24 18:12:26 +05:30
sumeet patil
781299174f
feat(codeql): improving the logic of handling head and merge commit in jenkins ( #4203 )
2023-02-03 08:25:22 +05:30
sumeet patil
8f761ef15b
fix(fortifyExecuteScan): fix project versions api call ( #4164 )
2022-12-16 15:22:30 +05:30
sumeet patil and thtri
92d6416d72
Fix gh repo url ( #4125 )
...
Co-authored-by: thtri <thanh.hai.trinh@sap.com >
2022-11-22 22:27:49 +05:30
sumeet patil
91eb80fc68
feat(checkmarxExecuteScan): new json report flag ( #3964 )
2022-08-12 18:39:28 +02:00
sumeet patil
be565f1543
feat(fortifyExecuteScan): set python version ( #3960 )
...
* set python version
2022-08-12 15:17:11 +02:00
sumeet patil and thtri
89bc41a3d0
feat(fortifyExecuteScan): json report new flag ( #3963 )
...
- json report new flag isSpotChecksPerCategoryAudited for spotchecks
Co-authored-by: thtri <thanh.hai.trinh@sap.com >
2022-08-12 13:27:31 +02:00
sumeet patil
ed4467282f
fix(fortify): Fortify spotcheck logic consistent with checkmarxs low ( #3955 )
...
* Improve logging
* Fortify spotcheck logic consistent with checkmarx
2022-08-11 11:44:16 +02:00
sumeet patil
bb85aa1d7a
fix(fortify): minor fixes ( #3946 )
...
* fix(fortify): minor fixes
2022-08-09 15:26:07 +02:00
sumeet patil
c8f069efb2
feat(fortifyExecuteScan): new spotcheck flags ( #3923 )
2022-08-01 23:06:05 +02:00
sumeet patil
818be9d428
feat(codeql): new codeql db parameter ( #3902 )
2022-07-20 10:07:57 +02:00
sumeet patil
bc974ffdd2
Fix documentation for SARIF ( #3895 )
2022-07-18 12:19:04 +02:00
sumeet patil
9c4446ae0a
feat(codeql) merge commit git reference ( #3877 )
...
Sets git reference and gitRemoteCommitId.
Jenkins has 2 strategies - 'Merging the pull request with the current target branch revision' and 'The current pull request revision'. When 'Merging the pull request with the current target branch revision' is run, Jenkins creates a local merge commit and runs a job for that particular merge commitId. This commitId is then used for codeql to upload sarif, on upload it throws an error as the merge commit does not exist in github. To resolve this we have introduces a new variable 'gitRemoteCommitId' in commonPipelineEnvironment which gives the remote merge commit id.
2022-07-12 10:25:17 +02:00
sumeet patil
78cf40799e
feat(codeql): new codeql piper step ( #3765 )
...
* codeql piper step
2022-06-24 09:04:24 +02:00