Sven Strittmatter

Results 36 issues of 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.

bug

It would make things easier to move the documentation into the main repo.

enhancement
documentation

Implement a check which verifies that PRs have the valid SPDX headers: ``` # SPDX-FileCopyrightText: the secureCodeBox authors # # SPDX-License-Identifier: Apache-2.0 ```

enhancement
ci

## âž¹ 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...

enhancement
documentation

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...

enhancement
question
dependencies

This PR adds two ADR stubs to reserve the numbers.

documentation
architecture

## Description ### Checklist * [ ] Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests. * [ ] Make sure...

bug

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...