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

add file support without $schema for sarif vscode extension and change default permission for out sarif file #40

Merged
merged 3 commits into from
Jan 25, 2022

Conversation

glebziz
Copy link
Contributor

@glebziz glebziz commented Jan 22, 2022

@glebziz glebziz changed the title add file support without $schema for sarif vscode extension add file support without $schema for sarif vscode extension and change default permission for out sarif file Jan 22, 2022
if err != nil {
return nil, err
}
func New(version Version, printSchema... bool) (*Report, error) {
Copy link
Owner

@owenrumney owenrumney Jan 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy with this in principle and it test okay - I'd prefer this to be includeSchema as I don't think printSchema gets across the intent.

Otherwise I'm happy

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree and replaced it in the next commit

Copy link
Owner

@owenrumney owenrumney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @zhizhchienko0162 - appreciate the contribution

@owenrumney owenrumney merged commit 291e936 into owenrumney:main Jan 25, 2022
@owenrumney
Copy link
Owner

@zhizhchienko0162 - released as 2.1.0

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.

None yet

2 participants