Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release v2.0.0-B2201161 #945

Merged

Conversation

BernieWhite
Copy link
Member

PR Summary

What's changed since pre-release v2.0.0-B2201146:

  • New features:
    • Added support for rule severity level. Rule severity level #880
      • Rules can be configured to be Error, Warning, or Information.
      • Failing rules with the Error severity level will cause the pipeline to fail.
      • Rules with the Warning severity level will be reported as warnings.
      • Rules with the Information severity level will be reported as informational messages.
      • By default, the severity level for a rule is Error.
    • Added expression support for type based assertions. Add expression support for type based assertions #908
      • Included the following expressions:
        • IsArray
        • IsBoolean
        • IsDateTime
        • IsInteger
        • IsNumeric
    • Added support for formatting results as SARIF. Add support for output using SARIF format #878
      • Set Output.Format to Sarif to output results in the SARIF format.

PR Checklist

  • PR has a meaningful title
  • Summarized changes
  • Change is not breaking
  • This PR is ready to merge and is not Work in Progress

@BernieWhite BernieWhite requested a review from a team as a code owner January 31, 2022 09:37
@BernieWhite BernieWhite merged commit 3845469 into microsoft:main Jan 31, 2022
@BernieWhite BernieWhite deleted the bewhite/release-v2.0.0-B2201161 branch January 31, 2022 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant