Skip to content

Commit 62dd14a

Browse files
committed
chore(core): adjust sarif information uri
1 parent 901f0dc commit 62dd14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/main/libs/ExportSarif.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function exportSarif(results: ScanResult[]): string {
2929
}))),
3030
tool: {
3131
driver: {
32-
informationUri: "https://github.com/Flow-Scanner/lightning-flow-scanner-core",
32+
informationUri: "https://github.com/Flow-Scanner/lightning-flow-scanner",
3333
name: "Lightning Flow Scanner",
3434
rules: result.ruleResults
3535
.filter(r => r.occurs)

0 commit comments

Comments
 (0)