Skip to content

Commit efb0706

Browse files
committed
GHAS integration: Code scanning & Dependency review workflow files
1 parent 1683aed commit efb0706

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CodeQL
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
push:
7+
branches: [ main ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
codeql-javascript:
12+
uses: chargehound/security-workflows-public/.github/workflows/codeql-javascript.yml@main
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Dependency Review
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
dependency-review:
10+
uses: chargehound/security-workflows-public/.github/workflows/dependency-review.yml@main

0 commit comments

Comments
 (0)