Skip to content

Add Homebrew install instructions to README #852

Add Homebrew install instructions to README

Add Homebrew install instructions to README #852

Triggered via pull request August 14, 2023 16:53
Status Success
Total duration 4m 44s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/Microsoft.Sbom.Parsers.Spdx22SbomParser/SPDXParser.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Microsoft.Sbom.Parsers.Spdx22SbomParser/SPDXParser.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Microsoft.Sbom.Parsers.Spdx22SbomParser/Utils/ParserStateResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Microsoft.Sbom.Parsers.Spdx22SbomParser/Utils/ParserStateResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Microsoft.Sbom.Parsers.Spdx22SbomParser/SPDXParser.cs#L48
The keyword 'new' should be followed by a space.
Analyze (csharp): src/Microsoft.Sbom.Parsers.Spdx22SbomParser/Generator.cs#L182
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.Sbom.Parsers.Spdx22SbomParser.Generator.EnsureRelativePathStartsWithDot(string)' with a call to 'string.StartsWith(string, System.StringComparison)'.
Analyze (csharp): src/Microsoft.Sbom.Common/WindowsFileSystemUtils.cs#L16
This call site is reachable on all platforms. 'FileSystemRights.Write' is only supported on: 'windows'.
Analyze (csharp): src/Microsoft.Sbom.Common/WindowsFileSystemUtils.cs#L14
This call site is reachable on all platforms. 'FileSystemRights.Read' is only supported on: 'windows'.
Analyze (csharp): src/Microsoft.Sbom.Common/FileSystemUtils.cs#L41
This call site is reachable on all platforms. 'FileSystemAclExtensions.GetAccessControl(DirectoryInfo)' is only supported on: 'windows'.
Analyze (csharp): src/Microsoft.Sbom.Common/WindowsFileSystemUtils.cs#L33
This call site is reachable on all platforms. 'SecurityIdentifier.Equals(object?)' is only supported on: 'windows'.