diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..91f60be --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,19 @@ +name: "CodeQL" + +on: + pull_request: + branches: + - main + push: + branches: + - main + paths-ignore: + - '**/README.md' + schedule: + - cron: "0 3 * * MON" + +jobs: + code-scan: + name: Code Scan + uses: entur/gha-security/.github/workflows/code-scan.yml@v2 + secrets: inherit \ No newline at end of file