Skip to content

Merge pull request #9 from kedro-org/chore/compliance #25

Merge pull request #9 from kedro-org/chore/compliance

Merge pull request #9 from kedro-org/chore/compliance #25

name: Detect secrets on Publish Kedro-Viz
on:
push:
branches:
- "*"
pull_request:
branches:
- main
workflow_dispatch:
jobs:
detect-secrets:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install detect-secrets
run: pip install detect-secrets
- name: Scan all tracked files
run: |
detect-secrets scan --all-files --force-use-all-plugins