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 Unknown visibility level #902

Merged
merged 1 commit into from Nov 4, 2022
Merged

Conversation

trufflesteeeve
Copy link
Collaborator

Sometimes we don't know the visibility level.

@trufflesteeeve trufflesteeeve requested a review from a team as a code owner November 4, 2022 17:23
@@ -154,6 +154,7 @@ enum Visibility {
public = 0;
private = 1;
shared = 2;
unknown = 3;
Copy link
Collaborator

Choose a reason for hiding this comment

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

thanks for fixing this. I should've made it 0

@trufflesteeeve trufflesteeeve merged commit e8cd2e7 into main Nov 4, 2022
@trufflesteeeve trufflesteeeve deleted the add-unknown-visibility branch November 4, 2022 18:28
mac2000 pushed a commit to mac2000/trufflehog that referenced this pull request Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants