Matsuri

Results 7 comments of Matsuri

A workaround for those using Linux, OSX, or Cygwin on Windows would be to use `watch` from the procps package to re-run the command. I use a 5 minute interval...

Local service (schema+server) detection I think should certainly be in scope for a feature request. However, for HTTPS it would likely need to involve a client-side configuration to allow users...

It's not easy, but it can certainly be done. Unfortunately the Jenkins API doesn't play nicely with folders either as it causes the URL to become sets of nested `name/job/name/job/name/job`...

A few things: - In **Settings -> Accounts**, is the account you added to scan listed as "Active?" - Are any errors shown in your browser's console window (i.e. Developer...

As this is a fairly old issue, would this be prime for closing? It seems that the GitHub Actions pipeline within the project specify steps for testing `evtx_baseline` in [.github/workflows/sigma-test.yml](https://github.com/SigmaHQ/sigma/blob/master/.github/workflows/sigma-test.yml)...

Never caught wind of the comments closing this out, so I'll go ahead and close :)

Note that the `hygiene` check seems to be based on an outdated workflow that does not match with the current Makefile: `asdf-community/.github/.github/required-workflows/hygiene.yml` ``` name: Hygiene on: - pull_request jobs: hygiene:...