Skip to content

Commit

Permalink
Issue #14853: update jsonSchema to the new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mahfouz72 authored and romani committed May 3, 2024
1 parent 90cac43 commit e6051f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -1897,7 +1897,7 @@
<validations>
<validation>
<directory>${basedir}/src/test/resources/com/puppycrawl/tools/checkstyle/sariflogger</directory>
<jsonSchema>https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Documents/CommitteeSpecifications/2.1.0/sarif-schema-2.1.0.json</jsonSchema>
<jsonSchema>https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json</jsonSchema>
<includes>
<include>**/*.sarif</include>
</includes>
Expand Down

0 comments on commit e6051f2

Please sign in to comment.