Sven Strittmatter
Sven Strittmatter
Link https://martinfowler.com/articles/continuousIntegration.html/ produces 404. The / at the end should be removed.
In our [OWASP project site](https://github.com/OWASP/www-project-securecodebox/blob/master/index.md) we still use an outdated screenshot from v1.
It would make things easier to move the documentation into the main repo.
Implement a check which verifies that PRs have the valid SPDX headers: ``` # SPDX-FileCopyrightText: the secureCodeBox authors # # SPDX-License-Identifier: Apache-2.0 ```
## âž¹ New Feature implementation request ### Is your feature request related to a problem? - As a secureCodeBox user I can define a scan, so that HTTP services will...
At the moment @J12934 has a private notification for new Elastic versions. But we need a mechanism that the whole Team will be notified for new versions, so that any...
This PR adds two ADR stubs to reserve the numbers.
## Description ### Checklist * [ ] Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests. * [ ] Make sure...
I have a conditional config for my git identities in my [dotfiles](https://github.com/Weltraumschaf/dotfiles/blob/master/src/dotfiles/_gitconfig#L5): ``` [includeIf "gitdir:~/nb/"] path = ~/.gitconfig_private ``` When I start nb it asks me for a name and...