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
1 change: 0 additions & 1 deletion .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- '.github/workflows/security.yml'
- '.coderabbit.yaml'
- 'SECURITY.md'
- '.gitleaks.toml'
config:
- 'package.json'
- 'tsconfig.json'
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,6 @@ jobs:
with:
config-file: './.github/dependency-review-config.yml'

# Secret scanning with Gitleaks
gitleaks:
name: Secret Detection
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0

- name: Gitleaks Scan
uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# OSSF Scorecard for supply chain security
scorecard:
name: OSSF Scorecard
Expand Down