From 46a572d5fc04a180c950a5653ffb18545c016bf6 Mon Sep 17 00:00:00 2001 From: or-akeyless <147986571+or-akeyless@users.noreply.github.com> Date: Mon, 22 Apr 2024 12:00:11 +0300 Subject: [PATCH] Created codeql.yml for code scanning (#11) 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! --- .github/workflows/codeql.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1adf341f..f27c1003 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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' @@ -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: