Niels Hofmans
Niels Hofmans
Instead of having an hourly scan or so, developers should receive direct feedback about their fixes in the CI/CD workflow. Allowing us to use zaproxy/action-baseline in a `pull_request` flow should...
``` Ongoing open issue has been identified #41 172 Alerts present in the current report: true 173 Process completed successfully and a new issue #42 has been created for the...
Instead of creating one big security ticket, it might be nice to create separate GitHub tickets per vulnerability category that's found if the total amount of security vulnerabilities is below...
Add the necessary input variables to configure the ZAP authentication toggles to perform authenticated scans in your pipeline. .e.g. ```yaml zap_scan_cluster: runs-on: ubuntu-latest name: Scan k8s cluster steps: - name:...
Since ZAP vulnerability scans can generate a lot of issues, it might be nice to be able to e.g. ignore any LOW or INFO vulnerabilities. (so that issues are not...
Hi, is there any public SDK or documentation available for HK Secure Video?
Hi, the action always returns `no changes detected`? ```yaml on: push: branches: [master] jobs: release-chart: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Configure Git run: | git config user.name...
**Describe the bug** I am unable to run Falco on Docker for Mac, this is an Apple M1 device. **How to reproduce it** ```shell % helm upgrade --install falco falcosecurity/falco...
Akin to https://github.com/hazcod/enpass-cli/blob/master/pkg/enpass/vault_test.go
Hi! Thank you for the project. I've noticed that the generated MITM certificates are never purged from memory. So in case of a long running instance of martian, the memory...