Skip to content

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#65) #90

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#65)

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#65) #90

Workflow file for this run

name: gitleaks
on:
push:
branches: ["main"]
tags: ["v*"]
pull_request:
permissions: {}
jobs:
gitleaks:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5 # v2.3.6
if: ${{ env.GITLEAKS_LICENSE != '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}