Skip to content

Commit

Permalink
Create codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-vasile committed Nov 16, 2021
1 parent bfdc13a commit e2c2e07
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/codeql.yml
@@ -0,0 +1,27 @@
name: Code Scanning

on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: "22 11 * * *"

jobs:
CodeQL-Build:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: go
queries: security-and-quality

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit e2c2e07

Please sign in to comment.