Skip to content

MauriRohling/sarif-quality-gate-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SARIF Quality Gate Check

A GitHub Action that checks the quality of your code using a SARIF file. It can be used to fail a build if the quality is below a certain threshold.

Usage

To use this action, include the following step in your workflow file:

- name: SARIF Quality Gate Check
    uses: maurirohling/sarif-quality-gate-action@v1
    with:
        sarif-file-path: path/to/SARIF
        max-errors: 0
        max-warnings: 5

License

This action is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages