Skip to content

Implement GitHub workflows for CI/CD #2

Implement GitHub workflows for CI/CD

Implement GitHub workflows for CI/CD #2

Triggered via pull request July 17, 2025 13:09
Status Success
Total duration 30s
Artifacts

security-scan.yml

on: pull_request
security-scan
25s
security-scan
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
security-scan: tests/DotNetApiDiff.Tests/ApiExtraction/TypeAnalyzerTests.cs#L215
Non-nullable event 'PublicEvent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
security-scan: tests/DotNetApiDiff.Tests/ApiExtraction/TypeAnalyzerTests.cs#L215
Non-nullable property 'PublicProperty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
security-scan: tests/DotNetApiDiff.Tests/ApiExtraction/TypeAnalyzerTests.cs#L175
Dereference of a possibly null reference.
security-scan: tests/DotNetApiDiff.Tests/Assembly/AssemblyLoaderTests.cs#L331
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
security-scan: tests/DotNetApiDiff.Tests/Assembly/AssemblyLoaderTests.cs#L291
Dereference of a possibly null reference.
security-scan: tests/DotNetApiDiff.Tests/Assembly/AssemblyLoaderTests.cs#L261
Cannot convert null literal to non-nullable reference type.
security-scan: tests/DotNetApiDiff.Tests/Assembly/AssemblyLoaderTests.cs#L247
Possible null reference argument for parameter 'path' in 'void IsolatedAssemblyLoadContext.AddSearchPath(string path)'.
security-scan: tests/DotNetApiDiff.Tests/Assembly/IsolatedAssemblyLoadContextTests.cs#L111
Possible null reference argument for parameter 'path' in 'void IsolatedAssemblyLoadContext.AddSearchPath(string path)'.
security-scan: tests/DotNetApiDiff.Tests/Assembly/IsolatedAssemblyLoadContextTests.cs#L94
Cannot convert null literal to non-nullable reference type.
security-scan: tests/DotNetApiDiff.Tests/Assembly/IsolatedAssemblyLoadContextTests.cs#L80
Possible null reference argument for parameter 'path' in 'void IsolatedAssemblyLoadContext.AddSearchPath(string path)'.