-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved expected output of test in json file to neat the code.
- Loading branch information
Showing
2 changed files
with
66 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"AnalyzerType":5, | ||
"Bindings":[ | ||
{ | ||
"Resource":{ | ||
"Name":"test-project-token", | ||
"FullyQualifiedName":"test-project-token", | ||
"Type":"access_token", | ||
"Metadata":{ | ||
"created_at":"2024-08-15T06:33:00.337Z", | ||
"expires_at":"2025-08-15", | ||
"last_used_at":"2024-08-15T07:21:41.127Z", | ||
"revoked":false | ||
}, | ||
"Parent":null | ||
}, | ||
"Permission":{ | ||
"Value":"read_api", | ||
"Parent":null | ||
} | ||
}, | ||
{ | ||
"Resource":{ | ||
"Name":"test-project-token", | ||
"FullyQualifiedName":"test-project-token", | ||
"Type":"access_token", | ||
"Metadata":{ | ||
"created_at":"2024-08-15T06:33:00.337Z", | ||
"expires_at":"2025-08-15", | ||
"last_used_at":"2024-08-15T07:21:41.127Z", | ||
"revoked":false | ||
}, | ||
"Parent":null | ||
}, | ||
"Permission":{ | ||
"Value":"read_repository", | ||
"Parent":null | ||
} | ||
}, | ||
{ | ||
"Resource":{ | ||
"Name":"truffletester / trufflehog", | ||
"FullyQualifiedName":"truffletester / trufflehog", | ||
"Type":"project", | ||
"Metadata":null, | ||
"Parent":null | ||
}, | ||
"Permission":{ | ||
"Value":"Developer", | ||
"Parent":null | ||
} | ||
} | ||
], | ||
"UnboundedResources":null, | ||
"Metadata":{ | ||
"enterprise":true, | ||
"version":"17.3.0-pre" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters