Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.96] - 2026-08-08
### Documentation
- Mentioned in the README that DevSkim is also available through [MegaLinter](https://megalinter.io/), which embeds it as one of its CI linters.

## [1.0.95] - 2026-07-31
### Pipeline
- Added `.github/dependabot.yml` so Dependabot consolidates npm, NuGet, and GitHub Actions version updates into a single weekly pull request via a multi-ecosystem group, groups security updates per ecosystem into one pull request each, and labels its pull requests `no changelog` so the changelog gate passes.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ DevSkim is also available as a [GitHub Action](https://github.com/microsoft/DevS

Platform specific binaries of the DevSkim CLI are also available on our GitHub [releases page](https://github.com/microsoft/DevSkim/releases).

DevSkim is also embedded in [MegaLinter](https://megalinter.io/), an open-source aggregator of linters for CI, which runs DevSkim out of the box on analyzed repositories (see the [DevSkim descriptor](https://megalinter.io/latest/descriptors/repository_devskim/)).

## Installation

### Visual Studio Extension
Expand Down