Skip to content

OJ-38963 - Custom Fields Jira Cloud final rollout #338

OJ-38963 - Custom Fields Jira Cloud final rollout

OJ-38963 - Custom Fields Jira Cloud final rollout #338

Workflow file for this run

name: Secrets detection using detect-secrets
on:
pull_request:
branches: [ "master" ]
jobs:
secrets-detect:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Install detect-secrets
run: pip install detect-secrets
- name: Run detect secrets.
run: git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep -v '.secrets.baseline' | grep -v 'Pipfile.lock' | xargs detect-secrets-hook