Skip to content

feat: expose rbacMode from moduleConfig #345

feat: expose rbacMode from moduleConfig

feat: expose rbacMode from moduleConfig #345

Workflow file for this run

name: secret-scan
on: pull_request
jobs:
secret-scan: # scan for any live secrets in the repository using trufflehog
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Default Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --debug --no-verification # Warn on potential violations