Skip to content

Adding CodeQL Code Scanning Workflow#71

Merged
klugorosado merged 10 commits intomasterfrom
dev/klugorosado/Adding_CodeQL
May 16, 2024
Merged

Adding CodeQL Code Scanning Workflow#71
klugorosado merged 10 commits intomasterfrom
dev/klugorosado/Adding_CodeQL

Conversation

@klugorosado
Copy link
Collaborator

This pull request introduces a new GitHub Actions workflow for performing CodeQL analysis on the codebase. CodeQL is a tool for finding security vulnerabilities across a number of different programming languages.

  • .github/workflows/codeql.yml: This new file sets up the CodeQL analysis workflow. It's configured to run on pushes and pull requests to the master and feature/** branches, as well as on a schedule (daily at 9:00 UTC).

@klugorosado klugorosado added the enhancement New feature or request label May 16, 2024
@klugorosado klugorosado self-assigned this May 16, 2024
@klugorosado klugorosado marked this pull request as ready for review May 16, 2024 00:42
@frank-pang-msft
Copy link
Collaborator

Will you still be merging this open PR? otherwise might be good to abandon the older one.

#53

@klugorosado klugorosado merged commit 4b71f92 into master May 16, 2024
klugorosado added a commit that referenced this pull request May 16, 2024
* Adding codeql code scanning to repo

* Update .github/workflows/codeql.yml to use only ubuntu-latest for Go
language build mode

* chore: Update GOPATH on codeql.yml

* Attempt to fix GOPATH

* debug

* debug

* chore: Update GO111MODULE

* chore: Update GOPATH and repo root path in codeql.yml

* revert

* adding more codeql queries
klugorosado added a commit that referenced this pull request May 17, 2024
* Adding codeql code scanning to repo

* Update .github/workflows/codeql.yml to use only ubuntu-latest for Go language build mode

* chore: Update GOPATH on codeql.yml

* Attempt to fix GOPATH

* debug

* debug

* chore: Update GO111MODULE

* chore: Update GOPATH and repo root path in codeql.yml

* revert

* adding more codeql queries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants