Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

feat: add security workflow (gitleaks, dependency-review, noneaudit) #1

feat: add security workflow (gitleaks, dependency-review, noneaudit)

feat: add security workflow (gitleaks, dependency-review, noneaudit) #1

Workflow file for this run

name: Security
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
gitleaks:
uses: netresearch/.github/.github/workflows/gitleaks.yml@main
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
dependency-review:
if: github.event_name == 'pull_request'
uses: netresearch/.github/.github/workflows/dependency-review.yml@main
permissions:
contents: read
pull-requests: write