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

nil check fixing #191 #192

Merged
merged 1 commit into from
Jan 29, 2024
Merged

nil check fixing #191 #192

merged 1 commit into from
Jan 29, 2024

Conversation

cmendible
Copy link
Member

Description

nil check

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #191

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing

@codecov-commenter
Copy link

codecov-commenter commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a88ec10) 48.22% compared to head (5e57c8f) 48.24%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #192      +/-   ##
==========================================
+ Coverage   48.22%   48.24%   +0.01%     
==========================================
  Files          72       72              
  Lines        3610     3611       +1     
==========================================
+ Hits         1741     1742       +1     
  Misses       1854     1854              
  Partials       15       15              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmendible cmendible merged commit 0419a66 into main Jan 29, 2024
12 checks passed
@cmendible cmendible deleted the issue-191 branch January 29, 2024 14:57
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.

panic exception: Invalid memory address or nil pointer dereference in scanners/ca/rules.go line 90
2 participants