Skip to content

Commit f2bfba6

Browse files
DTECSCSAO-4805 GHAS integration: Code scanning & Dependency review
1 parent d9400c8 commit f2bfba6

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-python:
12+
uses: chargehound/security-workflows/.github/workflows/codeql-python.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/.github/workflows/dependency-review.yml@main

0 commit comments

Comments
 (0)