Skip to content

Add bespoke round to all totals #687

Add bespoke round to all totals

Add bespoke round to all totals #687

Workflow file for this run

name: gitleaks-action
on: [pull_request, push, workflow_dispatch]
jobs:
scan:
name: gitleaks-action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: wget -O .gitleaks.toml https://raw.githubusercontent.com/nhsbsa-data-analytics/nhsbsaShinyR/main/gitleaks.toml
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}