parsiya / yaml-wrangling-with-rust

YAML Wrangling with Rust
MIT License
1 stars 0 forks source link

Code for the YAML Wrangling with Rust blog at https://parsiya.net/blog/2022-10-16-yaml-wrangling-with-rust/

  1. Clone this repository.
  2. Download rule_schema.yaml from this URL (e.g., wget):
    1. https://github.com/returntocorp/semgrep-interfaces/blob/a36652b1e2b9d089918a88575d00e8c7bdd5afd9/rule_schema.yaml
    2. If you use a different version the line numbers might not match or the schema might be different.
  3. Save it in the root of this directory besides the put_rule_schema_yaml_here.txt file.
  4. Check the name is correct. It should be rule_schema.yaml.
  5. Follow the blog post.

License: MIT. See LICENSE for details.