Skip to content

Commit 161c04d

Browse files
committed
refactor: state that the report was auto generated
1 parent a62923b commit 161c04d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/audit-implementation.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ async function createReport(results) {
9090
}
9191
}
9292

93-
let report = '';
93+
let report = '_* This report was auto-generated by graphql-http_\n';
94+
report += '\n';
9495

9596
report += `# GraphQL over HTTP audit report\n`;
9697
report += '\n';

0 commit comments

Comments
 (0)