Skip to content

[actions] Support Semgrep by Github Actions#2826

Merged
qiluo-msft merged 1 commit intosonic-net:masterfrom
maipbui:semgrep
Jun 21, 2023
Merged

[actions] Support Semgrep by Github Actions#2826
qiluo-msft merged 1 commit intosonic-net:masterfrom
maipbui:semgrep

Conversation

@maipbui
Copy link
Copy Markdown
Contributor

@maipbui maipbui commented Jun 19, 2023

Why I did it
Semgrep is a static analysis tool to find security vulnerabilities.
When opening a PR or commtting to PR, Semgrep performs a diff-aware scanning, which scans changed files in PRs.
When merging PR, Semgrep performs a full scan on master branch and report all findings.

Ref: - Supported Language - Semgrep Rules

How I did it
Integrate Semgrep into this repository by committing a job configuration file
How I verified it

Details if related

Signed-off-by: Mai Bui <maibui@microsoft.com>
@maipbui maipbui requested a review from prsunny as a code owner June 19, 2023 19:38
@qiluo-msft qiluo-msft merged commit a391ed0 into sonic-net:master Jun 21, 2023
@maipbui maipbui deleted the semgrep branch June 21, 2023 18:06
theasianpianist pushed a commit to theasianpianist/sonic-swss that referenced this pull request Jul 20, 2023
Why I did it
[Semgrep](https://github.com/returntocorp/semgrep) is a static analysis tool to find security vulnerabilities.
When opening a PR or commtting to PR, Semgrep performs a diff-aware scanning, which scans changed files in PRs.
When merging PR, Semgrep performs a full scan on master branch and report all findings.

Ref: - [Supported Language](https://semgrep.dev/docs/supported-languages/#language-maturity) - [Semgrep Rules](https://registry.semgrep.dev/rule)

How I did it
Integrate Semgrep into this repository by committing a job configuration file
Janetxxx pushed a commit to Janetxxx/sonic-swss that referenced this pull request Nov 10, 2025
Why I did it
[Semgrep](https://github.com/returntocorp/semgrep) is a static analysis tool to find security vulnerabilities.
When opening a PR or commtting to PR, Semgrep performs a diff-aware scanning, which scans changed files in PRs.
When merging PR, Semgrep performs a full scan on master branch and report all findings.

Ref: - [Supported Language](https://semgrep.dev/docs/supported-languages/#language-maturity) - [Semgrep Rules](https://registry.semgrep.dev/rule)

How I did it
Integrate Semgrep into this repository by committing a job configuration file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants