intrigueio / intrigue-core

Discover Your Attack Surface!
https://core.intrigue.io
Other
1.35k stars 262 forks source link

GithubCredential Entity Support #438

Closed m-q-t closed 2 years ago

m-q-t commented 2 years ago

Hi team,

This PR introduces GithubCredential entity support. No major changes were made to the task/helpers, just slight ones in order to support the entity.

Here is a snippet of the boostrap config which can be used to test:

"seeds": [{
    "entity": "GithubCredential#MyCreds1",
    "sensitive_details": {
        "github_access_token": "EXAMPLE"
    }
},
{
    "entity": "GithubCredential#InvalidToken",
    "sensitive_details": {
        "github_access_token": "INVALIDEXAMPLE"
    }
}]

Thank you.

Best regards, Maxim