From 636dda1551b1d268486fdaaaf89263ccdea238ff Mon Sep 17 00:00:00 2001 From: "ghas-codeql-deployment[bot]" <189771093+ghas-codeql-deployment[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:13:45 +0000 Subject: [PATCH] Add security scan workflow --- .github/workflows/codeql-analysis.yml | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 0000000..7bdcfcc --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,28 @@ +name: "Code Scanning" + +on: + push: + branches: + - main + - master + pull_request: + branches: + - main + - master + workflow_dispatch: + schedule: + - cron: '0 0 1 * *' # Runs at 12:00 AM UTC on the first day of every month + +permissions: + actions: write + contents: read + security-events: write + packages: read + pull-requests: read + + +jobs: + code-scan-analysis: + name: Code Scan Analysis + secrets: inherit + uses: meltwater/sec-global-gh-actions/.github/workflows/codeql-horusec-analysis.yml@main