Mathew Payne

Results 15 comments of Mathew Payne

@maaslalani Using a Linux Debian machine and installed Gum via `apt`. When I pause, I am pressing backspace. Seems that `gum input` is the exact same but "sometimes" it works....

@maaslalani Yes, both of these work perfectly. I can use these for now but it would be great to see the backspace issue being fixed.

@maaslalani I don't know if this helps but when I use [`fzf`](https://github.com/junegunn/fzf) (also written in Go) it works fine. ![dev-2](https://user-images.githubusercontent.com/2772944/181933966-31528eab-1da5-4137-af5d-1a2aa44b326c.gif)

@Dylan-Rinker Sorry for the delay. You are absolutely right, sadly the [Secret Scanning API](https://docs.github.com/en/rest/reference/secret-scanning#list-secret-scanning-alerts-for-a-repository) does not have data around which branches X token was discovered in. This might be able...

@tgrall thanks for the feedback. Right now if a license is unknown by the Dependency Graph we log an error to the Action workflow. https://github.com/GeekMasher/advanced-security-compliance/blob/main/ghascompliance/defaults/policy.yml#L18-L22 You can create and manage...

@EwiththeBowtie The current default Policy does this using the SPDX license formats. This should pick up all GPL licenses. [License Policy:](https://github.com/GeekMasher/advanced-security-compliance/blob/main/ghascompliance/defaults/policy.yml#L11-L16) ```yaml licensing: conditions: ids: - GPL-* - LGPL-* -...

@oliveiraleom Thanks for reporting this, I'll take a look at this shortly and get back to you with a patch.

Maybe pull each issue from the API which has the data we want https://docs.github.com/en/rest/reference/code-scanning#get-a-code-scanning-alert

@maaslalani I just installed the main branch version and now works perfectly 🚀 :octocat: ! When will this change be released?

@maaslalani After updating to v0.3.0 I can confirm it works 🚀 Thanks for all the hard work and amazing tools!