Add DevSkim GitHub action support for Windows
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1k
- Forks
- 131
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
There is a docker container run for Linux, but the action is not available on Windows.
Describe the solution you'd like
I am performing matrix builds and wish to run DevSkim through a single pipeline without conditional logic
Describe alternatives you've considered
- Installing the CLI, writing a shell script that can invoke with the rules, output a sarif
- Hooking Exec in MSBuild post build so that the analyzer is run as part of local developer build
- Diverging the Linux pipeline to run DevSkim and skipping on Windows
Additional context
See https://github.com/rjmurillo/moq.analyzers/pull/83
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing Linux Docker-based GitHub Action and the linked moq.analyzers pull request for its Windows-related approach. Done means DevSkim can run in a Windows matrix job through the same pipeline without conditional logic, while preserving the action's existing analysis output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions
- Domain
- ci-cd, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100