Skip to content

Commit 75108d8

Browse files
authored
Merge pull request SvanBoxel#40 from midwestKC-coder/main
changed to new codeQL sarif schema
2 parents 5556aed + 6505658 commit 75108d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generate-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const parse = (object: reportTypes.zapObject): reportTypes.report => {
9292

9393
return {
9494
$schema:
95-
'https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json',
95+
'https://json.schemastore.org/sarif-2.1.0.json',
9696
version: '2.1.0',
9797
runs: [
9898
{

0 commit comments

Comments
 (0)