Skip to content

Commit

Permalink
Add Unknown visibility level (trufflesecurity#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
trufflesteeeve authored and mac2000 committed Nov 16, 2022
1 parent 3bed04e commit 69f34f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
18 changes: 11 additions & 7 deletions pkg/pb/source_metadatapb/source_metadata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/source_metadata.proto
Expand Up @@ -154,6 +154,7 @@ enum Visibility {
public = 0;
private = 1;
shared = 2;
unknown = 3;
}

message Slack {
Expand Down

0 comments on commit 69f34f7

Please sign in to comment.