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
Is your feature request related to a problem? Please describe.
I encounter the issue declared in #1763: the JUnit report is refused by CircleCI.
Describe the solution you'd like
While there is a workaround proposed in the issue above, I wonder if an option to remove brakeman specific attributes won't be better? Or even remove the specific attributes at all: are they used by anyone? Hard to know I guess, but the original PR that introduced the JUnit format was for CircleCI support, but CircleCI does not support these additional attributes anymore.
Describe alternatives you've considered
either add an option to remove those attributes,
or remove those attributes.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Kind of confused about why these were added in the first place if they weren't valid. Looking at the original PR, seems like the attributes were specific to CircleCI and never valid for plain JUnit.
Is your feature request related to a problem? Please describe.
I encounter the issue declared in #1763: the JUnit report is refused by CircleCI.
Describe the solution you'd like
While there is a workaround proposed in the issue above, I wonder if an option to remove brakeman specific attributes won't be better? Or even remove the specific attributes at all: are they used by anyone? Hard to know I guess, but the original PR that introduced the JUnit format was for CircleCI support, but CircleCI does not support these additional attributes anymore.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: