Code for the YAML Wrangling with Rust
blog at
https://parsiya.net/blog/2022-10-16-yaml-wrangling-with-rust/
- Clone this repository.
- Download
rule_schema.yaml
from this URL (e.g., wget
):
- https://github.com/returntocorp/semgrep-interfaces/blob/a36652b1e2b9d089918a88575d00e8c7bdd5afd9/rule_schema.yaml
- If you use a different version the line numbers might not match or the
schema might be different.
- Save it in the root of this directory besides the
put_rule_schema_yaml_here.txt
file.
- Check the name is correct. It should be
rule_schema.yaml
.
- Follow the blog post.
License: MIT. See LICENSE for details.