Commit 67e1403
fix(ci): replace non-existent securecodewarrior action with native .NET security checks
- Remove dependency on securecodewarrior/github-action-add-sarif@v1 which doesn't exist
- Implement proper .NET security scanning using dotnet CLI commands
- Check for vulnerable packages using 'dotnet list package --vulnerable'
- Check for deprecated packages using 'dotnet list package --deprecated'
- Maintains security validation without external dependencies
- Resolves GitHub Actions 'action not found' error
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 18d5e72 commit 67e1403
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | | - | |
252 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
253 | 258 | | |
254 | 259 | | |
255 | 260 | | |
| |||
0 commit comments