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

store sarif tool data #943

Merged
merged 2 commits into from
Dec 4, 2024
Merged

store sarif tool data #943

merged 2 commits into from
Dec 4, 2024

Conversation

clavedeluna
Copy link
Contributor

Overview

One sentence, high-level explanation of WHY changes are introduced and/or business need

Description

  • What/WHY/how these changes are needed

Additional Details

  • Any follow up tickets or discussion
  • Any specific merge / deploy details


def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.results_for_rule = {}
Copy link
Contributor Author

@clavedeluna clavedeluna Dec 4, 2024

Choose a reason for hiding this comment

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

this init didn't seem necessary given the default values provided below

@clavedeluna clavedeluna enabled auto-merge December 4, 2024 20:54
Copy link

sonarcloud bot commented Dec 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@clavedeluna clavedeluna added this pull request to the merge queue Dec 4, 2024
@drdavella drdavella removed this pull request from the merge queue due to a manual request Dec 4, 2024
@drdavella drdavella added this pull request to the merge queue Dec 4, 2024
Merged via the queue into main with commit 95bd4b2 Dec 4, 2024
15 checks passed
@drdavella drdavella deleted the store-tool-data branch December 4, 2024 22:03
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.

2 participants