Skip to content

chore(deps): update chart argo-cd to 7.6.6 #257

chore(deps): update chart argo-cd to 7.6.6

chore(deps): update chart argo-cd to 7.6.6 #257

Workflow file for this run

---
name: gitleaks
on:
pull_request:
push:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@44c470ffc35caa8b1eb3e8012ca53c2f9bea4eb5 # v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}