Skip to content

Instantly share code, notes, and snippets.

@phdesign
Created March 2, 2025 22:21
Show Gist options
  • Save phdesign/c6b7656f5e2a201d2639ab32087ba228 to your computer and use it in GitHub Desktop.
Save phdesign/c6b7656f5e2a201d2639ab32087ba228 to your computer and use it in GitHub Desktop.
Add ignored vulnerabilities from export file to Snyk project configuration
csvcut ~/Downloads/snyk_issues_detail_01_15_2025_97c87958-7f4a-4842-9426-b0435485077e.csv -c 'PROBLEM_ID' | tail -n +2 | xargs -I {} snyk ignore --id='{}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment