Skip to content

Commit

Permalink
refactor: add control title to annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
graza-io committed Aug 22, 2023
1 parent 0fe26fe commit f596c95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/annotate.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ function getAnnotationsForControl(controlRun) {
end_line: parseInt(lineNumber),
annotation_level: "failure",
message: result.reason,
title: controlRun.title,
start_column: 0,
end_column: 0,
});
Expand Down

0 comments on commit f596c95

Please sign in to comment.