Kurt von Laven

Results 224 comments of Kurt von Laven

@admiralAwkbar, do you happen to know if the repository root is mounted in Super-Linter's Docker container?

@asotille, please let me know if there's anything I should change about this pull request.

> Does `--secretlintignore` flag resolve this issue? No, that is what I meant by: > [...] unless they are identical, in which case one can configure Secretlint to use `.gitignore`...

Good points! I would say that it is separately desirable to adopt the same semantics as .gitignore, because I suspect many people make the mistake of assuming this equivalence anyways....

Actually, I think the simplest thing to do would be to only support this feature when Git is installed, and run: [git-check-ignore](https://git-scm.com/docs/git-check-ignore). That would just leave the merging to implement.

@jirutka, I suspect you are already aware of this, but for the sake of others who happen upon this thread, even Node 18.0.0 ships with Corepack disabled by default.

That is awesome! For those whose needs are met by an action, we made [slack-templates](https://github.com/marketplace/actions/slack-templates) and have been satisfied with it over the past eight months. It sends concise messages...

This is another option if you just need `HEAD` to be mapped to the default branch, which it isn't by default when using the checkout action in a workflow triggered...

This is a big improvement; thank you! Is there any way to configure the timeout? 1 hour still hurts when our workflow typically runs in ~2.5 minutes.