You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
fix: change Safety output from JSON to text format
Fix Safety scan output parsing:
- Change from JSON format to text format
- Use text parsing instead of JSON.parse()
- Extract vulnerability count from text output
- Fix JSON parsing error in github-script
The Safety tool outputs text format by default, not JSON.
Parse the text output to extract vulnerability count.
0 commit comments