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
My scenario is that I have integrated a static code analysis tool that produces a json file in the format needed for this action to work.
Sample of my action:
The annotations are displayed perfectly on the action page such as:
But when clicking on the finding nothing gets displayed on the file anywhere I looked for (main PR page, commit page, files changed page). If a specific line has changed during the last commit it works, but on then next push if the line does not get changed the failure message is not shown again.
First push with changed line:
Second push with unchanged line (yet still finding in the job):
Is there an option to maintain all findings even if not lines are changed on next commits such as this one according to my annotations.json file? Or even better to maintain all annotations on files changed?
Thank you!
The text was updated successfully, but these errors were encountered:
My scenario is that I have integrated a static code analysis tool that produces a json file in the format needed for this action to work.
Sample of my action:
The annotations are displayed perfectly on the action page such as:
But when clicking on the finding nothing gets displayed on the file anywhere I looked for (main PR page, commit page, files changed page). If a specific line has changed during the last commit it works, but on then next push if the line does not get changed the failure message is not shown again.
First push with changed line:
Second push with unchanged line (yet still finding in the job):
Is there an option to maintain all findings even if not lines are changed on next commits such as this one according to my
annotations.json
file? Or even better to maintain all annotations on files changed?Thank you!
The text was updated successfully, but these errors were encountered: