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
Trivy currently uses a custom JSON parser for ARM templates, likely to support comments in the input. We can now replace it with the standard JSON parser from github.com/go-json-experiment/json used throughout the project by preprocessing the templates with the recently added ToRFC8259 function to strip comments.