We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fecc9 commit 4a310b8Copy full SHA for 4a310b8
2 files changed
.github/codeql.yml
@@ -0,0 +1,26 @@
1
+name: CodeQL (Python) - 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: python
24
+ build-mode: 'none'
25
26
.github/workflows/dependency-review.yml
@@ -0,0 +1,9 @@
+name: CodeQL Dependency Review - SCA
+ dependency-review:
+ uses: hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
0 commit comments