Skip to content

Commit

Permalink
[doc] Add sarif to setup.py
Browse files Browse the repository at this point in the history
CodeChecker offers limited support for static analysis results in Sarif format as of 6.24.
This change helps those searching for packages using the keyword sarif.
  • Loading branch information
Joe Stevens committed Dec 6, 2024
1 parent d084d79 commit 5b391c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def run(self):
"Documentation": "http://codechecker.readthedocs.io",
"Issue Tracker": "http://github.com/Ericsson/CodeChecker/issues",
},
keywords=['codechecker', 'plist'],
keywords=['codechecker', 'plist', 'sarif'],
license='Apache-2.0 WITH LLVM-exception',
packages=packages,
package_dir={
Expand Down

0 comments on commit 5b391c1

Please # to comment.