Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Compare a CodeQL SARIF results file to a security standard CWE list and annotate
- Any XML file can be provided as an alternative, with the option to provide an XPath query that identifies the CWE ID values to use in the conparison
- Tag value is configurable

This supports the ability to filter the Security dashboards by `tag`
<img width="783" alt="filter the Security dashboards by tag" src="https://github.com/advanced-security/codeql-sarif-security-standard-annotator/assets/1760475/ca1b5519-2a9c-4f03-8dca-4f03bc6fbc05">
<br/><br/>
As well as displaying this information along side the Code scanning alert
<img width="614" alt="displaying this information along side the Code scanning alert" src="https://github.com/advanced-security/codeql-sarif-security-standard-annotator/assets/1760475/30b1c71a-8ee0-4c49-acbf-2161df7c7582">

## Usage in GitHub Actions

```
Expand Down