Created
March 2, 2025 22:21
-
-
Save phdesign/c6b7656f5e2a201d2639ab32087ba228 to your computer and use it in GitHub Desktop.
Add ignored vulnerabilities from export file to Snyk project configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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