Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Scan shipped JS/TS (sdk/typescript). Local sanity harnesses read
# ACCOUNTBLOX_ADDRESS / TEST_WALLET_*_PRIVATE_KEY from process.env and log
# public contract addresses; js/clear-text-logging taints all process.env
# and files High alerts that are not credential leaks.
name: Bloxchain Protocol JS/TS
paths-ignore:
- scripts/sanity/**
- scripts/sanity-sdk/**
- scripts/count-loc.cjs
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
languages: javascript-typescript
build-mode: none
config-file: .github/codeql/codeql-config.yml

- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7