Skip to content

Commit

Permalink
Create CodeQL Cli for use with GitHub
Browse files Browse the repository at this point in the history
Code QL

Added Analyze to code scanning

Database Upload Results

Added Install CodeQL step

Finish up initial release of plugin


Final touchups
  • Loading branch information
louisfischer committed Oct 18, 2022
1 parent 6ab75bd commit f14b827
Show file tree
Hide file tree
Showing 45 changed files with 958 additions and 1,498 deletions.
50 changes: 0 additions & 50 deletions .appveyor.yml

This file was deleted.

25 changes: 25 additions & 0 deletions Cake.CodeQL.Cli.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.CodeQL.Cli", "src\Cake.CodeQL.Cli\Cake.CodeQL.Cli.csproj", "{32D1A768-6DDF-4127-967D-DA9BD00C8F26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32D1A768-6DDF-4127-967D-DA9BD00C8F26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32D1A768-6DDF-4127-967D-DA9BD00C8F26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32D1A768-6DDF-4127-967D-DA9BD00C8F26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32D1A768-6DDF-4127-967D-DA9BD00C8F26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D15F748-7D66-45A7-A2C5-3119C8652D48}
EndGlobalSection
EndGlobal
12 changes: 0 additions & 12 deletions GitReleaseManager.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cake.CodeQL
# Cake.CodeQL.Cli
CodeQL Scanning from GitHub is the analysis engine used by developers to automate security checks, and by security researchers to perform variant analysis.

This plugin is a set of Cake aliases for [GitHub CodeQL CLI](https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system) (.NET Core or .NET6) used for scanning code hosted GitHub or GitHub Enterprise when GitHub Actions is not an option.
This plugin is a set of Cake aliases for [GitHub CodeQL CLI](https://docs.github.com/en/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system) (.NET Core or .NET6) used for scanning code hosted on GitHub or GitHub Enterprise when GitHub Actions is not an option.

> :exclamation: Please read the [GitHub CodeQL Terms and Conditions](https://github.com/github/codeql-cli-binaries/blob/main/LICENSE.md) before considering using this plugin.
Expand All @@ -13,11 +13,11 @@ This plugin is a set of Cake aliases for [GitHub CodeQL CLI](https://docs.github

### Cake Script
```csharp
#addin "nuget:?package=Cake.CodeQL"
#addin "nuget:?package=Cake.CodeQL.Cli"
```
### Project
### Cake Frosting Project
```xml
<PackageReference Include="Cake.CodeQL" Version="2.0.0" />
<PackageReference Include="Cake.CodeQL.Cli" Version="1.0.0" />
```

## Discussion
Expand Down
256 changes: 0 additions & 256 deletions build.ps1

This file was deleted.

Loading

0 comments on commit f14b827

Please sign in to comment.