Skip to content

Commit

Permalink
Created codeql.yml for code scanning (#11)
Browse files Browse the repository at this point in the history
Hey Team,

I've created a YAML file as part of GitHub's security tools to scan for misconfigured patterns in our code. This will help enhance our code security.
Thanks!
  • Loading branch information
or-akl authored Apr 22, 2024
1 parent 66e9431 commit 46a572d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "or-appsec" ]
branches: [ "master" ]
pull_request:
branches: [ "or-appsec" ]
branches: [ "master" ]
schedule:
- cron: '0 6 * * 0'

Expand Down Expand Up @@ -39,10 +39,6 @@ jobs:
- name: Autobuild
uses: github/codeql-action/autobuild@v3

# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- name: Perform the Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 46a572d

Please sign in to comment.