Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add toml language #519

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

chore: add toml language #519

wants to merge 1 commit into from

Conversation

bkettle
Copy link

@bkettle bkettle commented Dec 6, 2024

Adds TOML, which we will use for SCA lockfile parsing

Checklist

  • Any new parsing code was already published, integrated, and merged into Semgrep. DO NOT MERGE THIS PR BEFORE THE SEMGREP INTEGRATION WORK WAS COMPLETED.
  • Change has no security implications (otherwise, ping the security team)

@@ -127,3 +127,6 @@
[submodule "tree-sitter-c-sharp-pro"]
path = lang/semgrep-grammars/src/tree-sitter-c-sharp-pro
url = https://github.com/tree-sitter/tree-sitter-c-sharp.git
[submodule "lang/semgrep-grammars/src/tree-sitter-toml"]
path = lang/semgrep-grammars/src/tree-sitter-toml
url = git@github.com:tree-sitter-grammars/tree-sitter-toml.git
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use the same format than the other; otherwise it might cause issues in some GHA workflows.
https://

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants