From 684375a71f746ce391f685185868612412c82c2b Mon Sep 17 00:00:00 2001 From: sekhara-madduru <123759301+sekhara-madduru@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:46:37 +0530 Subject: [PATCH] adding datadog for ghas --- .github/workflows/codeql.yml | 1 + .github/workflows/dependency-review.yml | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e78d7c7..24d32c4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,4 +23,5 @@ jobs: language: python build-mode: 'none' timeout-minutes: 25 + DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 19140c5..d25dca6 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,10 +1,11 @@ -name: CodeQL Dependency Review - SCA +name: Dependency Review on: pull_request: - push: - workflow_dispatch: + branches: [ master ] jobs: dependency-review: - uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main \ No newline at end of file + uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main + secrets: + DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }} \ No newline at end of file