Question 090
### What is the purpose of defining a SARIF category?
> https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#uploading-more-than-one-sarif-file-for-a-commit
1. [x] Use the category to distinguish between multiple analyses for the same tool or commit, but performed on different languages or different parts of the code.
1. [ ] Use the category to distinguish files that have been analyzed from files that have not been analyzed.
1. [ ] Use the category to distinguish files that contain vulnerabilities from files that do not contain vulnerabilities.
1. [ ] Use a different category for each file that has been analyzed to easily track back the vulnerabilities to the files that contain them.