Skip to content

ci: add warden.toml to enable Warden analysis on PRs#926

Merged
BYK merged 1 commit intomainfrom
fix/add-warden-config
May 6, 2026
Merged

ci: add warden.toml to enable Warden analysis on PRs#926
BYK merged 1 commit intomainfrom
fix/add-warden-config

Conversation

@MathurAditya724
Copy link
Copy Markdown
Member

The org-level Warden workflow runs on every PR but logs No warden.toml found. Skipping analysis. — the check passes but performs zero analysis.

Generated via npx @sentry/warden init and warden add, with path filters scoped to src/ and script/ TypeScript files.

Skills added from getsentry/skills:

  • find-bugs — general bug detection on changed source files
  • security-review — security vulnerability scanning (relevant given the CLI handles auth tokens, OAuth flows, and host-scoped credentials)

The org-level Warden workflow runs on every PR but skips analysis
with 'No warden.toml found' because the repo had no config.

Generated via `npx @sentry/warden init` and `warden add`, with
path filters scoped to src/ and script/ TypeScript files. Adds
find-bugs and security-review skills from getsentry/skills.
@BYK BYK marked this pull request as ready for review May 6, 2026 08:30
@BYK BYK merged commit 3e46dd5 into main May 6, 2026
21 checks passed
@BYK BYK deleted the fix/add-warden-config branch May 6, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants