-
### New feature motivation
In corporate environments, Git and CICD are defacto standard.
Especially GitLab and GitHub are the most used Services.
Often, there are specific compliance / governance …
-
Lỗi khi chạy inference cả model detect và rec cùng 1 lúc bằng code này:
!python tools/infer/predict_system.py \
--image_dir="./train_data/vietnamese/test_image/im1500.jpg" \
--det_model_di…
-
**Describe the bug**
I was wondering if the expected issues provided (scanner/sast/expectedIssues.csv) within the repo is current. If not, is there a separate repo or file that contain an updated ver…
-
You used to be able to `--show-details --verbosity debug` to see which individual PRs were detected for SAST or Code Review (see https://github.com/ossf/scorecard/issues/4237#issuecomment-2227104276).…
-
### Enhancement Request
With the current command structure, users and CI/CD integrations potentially need to run three `session login` (and `logout`) commands; they need to create an SC-SAST/SC-DAST …
-
**Describe the bug**
In version ` Gitlab SAST report will still be generated; but with no vulnerabilities.
In version `>=1.64.0`, when there is an error in Semgrep -> Gitlab SAST report will not be…
-
### OpenTofu Version
```shell
N/A
```
### The problem in your OpenTofu project
No linting tools for OpenTofu.
### Attempted Solutions
- Explored many different tools online
- Checked `tflint` w…
-
- **Name**: zarn
- **Source URL**: https://github.com/htrgouvea/zarn
- **Description**: perl SAST
dependencies (https://github.com/htrgouvea/zarn/blob/main/cpanfile)
- JSON -> probably `extra/…
-
## **Goal**:
Test the suitability of GitHub CodeQL as Mojaloop's static application security testing (SAST) tool.
Static application security testing (SAST), or static analysis, is a testing meth…
-
`docs/troubleshooting/gitlab-sast.md` has `SAST_EXCLUDED_PATHS: "*.py, tests"` but when GitLab converts that to `--exclude` rules it ends up as `--exclude *.py --exclude tests` where there's 2 spaces…