Skip to content

Commit a151b23

Browse files
authored
Merge pull request #217 from hyperwallet/feature/security-workflows
Adding workflows
2 parents 98a5be1 + 4b5f709 commit a151b23

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: CodeQL (Java) - SAST
2+
3+
on:
4+
pull_request:
5+
push:
6+
workflow_dispatch:
7+
8+
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
18+
strategy:
19+
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+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CodeQL Dependency Review - SCA
2+
3+
on:
4+
pull_request:
5+
push:
6+
workflow_dispatch:
7+
8+
jobs:
9+
dependency-review:
10+
uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main

0 commit comments

Comments
 (0)