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.
This is where the feature should be implemented so that log messages can reflect the exception, rather than having it be an opaque process for users. It would mean that raw/binary_artifacts returns the expected files, without special exclusions.
Create log messages reflecting the status of the exception so that users can see details
Describe alternatives you've considered
Current stopgap implementation is opaque and solves the immediate issue by having raw/binary_artifacts exclude gradle-wrapper.jar files from being returned when the Action is detected.
Is your feature request related to a problem? Please describe.
This is where the feature should be implemented so that log messages can reflect the exception, rather than having it be an opaque process for users. It would mean that raw/binary_artifacts returns the expected files, without special exclusions.
Describe the solution you'd like
Move the exception to checks/evaluation/binary_artifacts.go.
Describe alternatives you've considered
Current stopgap implementation is opaque and solves the immediate issue by having raw/binary_artifacts exclude gradle-wrapper.jar files from being returned when the Action is detected.
Additional context
First mentioned in #2039.
The text was updated successfully, but these errors were encountered: