Skip to content

Commit 034ff09

Browse files
GHAS Scans datadog Integration (#226)
datadog changes for GHAS scans
1 parent 7dc5109 commit 034ff09

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,13 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
analyze:
10-
name: Code Scanning - CodeQL
11-
runs-on: ubuntu-latest
12-
timeout-minutes: 25
13-
permissions:
14-
security-events: write
15-
packages: read
16-
actions: read
17-
contents: read
9+
codeql-java:
1810
strategy:
1911
fail-fast: false
20-
steps:
21-
- uses: hyperwallet/public-security-workflows/codeql@main
22-
with:
23-
language: java
24-
build-mode: 'none'
25-
timeout-minutes: 25
26-
12+
uses: hyperwallet/public-security-workflows/.github/workflows/codeql-java.yml@main
13+
with:
14+
language: java
15+
build-command: 'none'
16+
timeout-minutes: 25
17+
secrets:
18+
DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
name: CodeQL Dependency Review - SCA
1+
name: Dependency Review
22

33
on:
4-
pull_request:
54
push:
5+
branches: ['master']
6+
7+
pull_request:
8+
branches: [ master ]
69
workflow_dispatch:
710

811
jobs:
912
dependency-review:
10-
uses: hyperwallet/public-security-workflows/commit-status@main
13+
uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
14+
secrets:
15+
DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}

0 commit comments

Comments
 (0)