Rule tags in SARIF file exceed limits #144318
-
Select Topic AreaQuestion BodyI'm working on MAPIStubLibrary. On my security tab, I've got a warning: When I follow that link, I see this:
But there are no details about what SARIF file caused this problem, or how I could go about locating this file. I can't even identify which action is supposed to have generated this broken file. As far as I'm aware, actions generate SARIF files, but they "upload" them to some nebulous location github where no one can actually view them. I've never actually seen a SARIF file myself. I tried configuring an action to SARIF files to artifacts but got a file sharing violation. The documentation on SARIF result limits does list this warning but has no prescriptive guidance on dealing with it. So - what am I actually supposed to do about this warning? How do I determine which action is triggering it? Is there some way to see the SARIF files we're generating in our actions so we can try to analyze why they may be triggering the warning? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Screenshot of the warning: |
Beta Was this translation helpful? Give feedback.
-
Found this link internally: https://liquid.microsoft.com/Web/Object/Read/ScanningToolWarnings/Requirements/CodeQL.SM01718#Zguide |
Beta Was this translation helpful? Give feedback.
-
Issue is now resolved
|
Beta Was this translation helpful? Give feedback.
Issue is now resolved
Steps I took before issue vanished:
After that last step, github reverted back to thinking code scanning wasn't even enabled on the repo, so the error was gone. Once changes committed, codeql scanning took place again and security tab now shows all tools (including codeql) working as expected