Svetoslav Zlatkov

Results 16 issues of Svetoslav Zlatkov

The pipeline runs: 1. CI - projects build - unit tests 2. CD - publishing to NuGet With this contribution, we consolidate the current pipelines into a single pipeline, so...

A single GitHub Actions pipeline for all the required automated processes to eliminate potentially unnecessary overhead of maintaining several separate pipelines. Built with ❤ by [Pipeline Foundation](https://pipeline.foundation).

- add `dependabot.yml` which automatically enables Dependabot's dependency versioning scanner and dependency update PRs bot by declaring dependency ecosystems and sources in the project. For dependency security vulnerabilities scanner and...

- ready-to-start GitHub Codespaces configuration with all necessary tooling - in addition, it provides basic tools for: - .NET development - GitHub support - overall more pleasant VS Code experience...

- add `codeql-analysis.yml` which automatically enables CodeQL code security and quality scanner. It executes on every push commit, PR, manually and every day at 8:00AM UTC. A scan check can...

- [GitHub Codespaces](https://github.com/features/codespaces) is a configurable cloud development environment available in your browser on GitHub or through Visual Studio Code. Pipeline Foundation is **a non-profit initiative** with the sole purpose...

- [Dependabot](https://dependabot.com/) alerts on updates for the project's dated and vulnerable dependencies and automatically creates PRs to easily update them Pipeline Foundation is **a non-profit initiative** with the sole purpose...

- [CodeQL](https://github.com/github/codeql) is an open source code scanning tool for discovering vulnerabilities across a codebase Pipeline Foundation is **a non-profit initiative** with the sole purpose of giving back to the...

The pipeline runs: 1. CI - automated Semantic Versioning - projects build - unit tests - publishing pipeline artifacts 2. CD - publishing to NuGet - automated GitHub Release publish...

A single GitHub Actions pipeline for all the required automated processes to eliminate potentially unnecessary overhead of maintaining several separate pipelines. Built with ❤ by Pipeline Foundation.