diff options
| author | Claude <[email protected]> | 2026-06-11 14:53:24 +0000 |
|---|---|---|
| committer | Claude <[email protected]> | 2026-06-11 14:53:24 +0000 |
| commit | 65b2aeb6a92a4681ec495a4d89565862dfaa55cf (patch) | |
| tree | 2029cfe4bd5dbc7162995903dcb2e5d64509960d /.claude | |
| parent | c3b4ef03aa26f29d5ab28313130b677c1ea00c51 (diff) | |
pvs skill: mirror CI --security-related-issues flag and ignore SARIF output
- Add --security-related-issues to run_pvs.sh and AGENTS.md analyze commands
so local runs reproduce the CI SAST classification (static_analysis.yml).
- Ignore *.sarif so a successful run leaves the worktree clean.
Addresses Codex review on #3695.
Diffstat (limited to '.claude')
| -rwxr-xr-x | .claude/skills/pvs/run_pvs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.claude/skills/pvs/run_pvs.sh b/.claude/skills/pvs/run_pvs.sh index 3a829327d..d8604b697 100755 --- a/.claude/skills/pvs/run_pvs.sh +++ b/.claude/skills/pvs/run_pvs.sh @@ -69,6 +69,7 @@ pvs-studio-analyzer analyze \ -f "${COMPILE_DB}" \ -R .PVS-Studio/.pvsconfig \ -o "${REPORT_LOG}" -j"${JOBS}" \ + --security-related-issues \ --misra-c-version 2023 --misra-cpp-version 2008 --use-old-parser \ "$@" |
