Skip to content

feat: add snyk code issues workflow - #156

Draft
fsargent wants to merge 1 commit into
mainfrom
snyk-code-issues
Draft

feat: add snyk code issues workflow#156
fsargent wants to merge 1 commit into
mainfrom
snyk-code-issues

Conversation

@fsargent

@fsargent fsargent commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Description

Adds a read-only snyk code issues workflow for browsing existing Snyk Code issues without starting a new scan.

This command is intended as the missing discovery step for bulk ignore workflows and agent-assisted repo maintenance. It can either use an explicit --project-id or resolve the Snyk Code project from the current folder by inferring git origin and branch, resolving the matching Snyk target/project, then listing Code issues from the REST API.

The workflow supports table and JSON output, ignored issue filtering, severity threshold filtering, limit/all pagination behavior, and preserves raw API data needed by later automation.

Context: this came out of the Group 7 R&D onsite hackathon after validating that snyk ignore create already creates a remote Code Consistent Ignore for one finding, but there is no bulk-friendly way to first browse and select existing findings. NASDAQ has also asked for this kind of bulk Code ignore management flow.

Related: CC-1252

Checklist

  • Tests added and all succeed
  • Linted
  • README.md updated, if user-facing — not included in this client PR; CLI docs/help follow-up is needed when the CLI consumes this client version.

🚨After having merged, please update the snyk-ls and CLI go.mod to pull in latest client.

fsargent commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

How to use the Graphite Merge Queue

Add the label merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@snyk-io

snyk-io Bot commented Jun 9, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@snyk-io

snyk-io Bot commented Jun 9, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions github-actions Bot added feature and removed feature labels Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant