skills: quote cargo-audit-workflow description containing backtick
YAML choked on the leading backtick in the description value (line 2 column 14 — the `cargo-audit` inline-code span). Quoting the whole string makes it a scalar, not a tag/anchor. Surfaced by prod server logs after today's compose refresh.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: cargo-audit-workflow
|
name: cargo-audit-workflow
|
||||||
description: `cargo-audit` (rustsec) — how to run it, triage findings, and integrate into the security template's mission flow.
|
description: "`cargo-audit` (rustsec) — how to run it, triage findings, and integrate into the security template's mission flow."
|
||||||
when_to_use: You're on a security mission or investigating a RUSTSEC advisory in a Rust project.
|
when_to_use: You're on a security mission or investigating a RUSTSEC advisory in a Rust project.
|
||||||
tags: [security, rust, versioned]
|
tags: [security, rust, versioned]
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user