Skip to content

build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 #807

build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0

build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 #807

Workflow file for this run

name: gitleaks
on:
push:
branches: [ "main", "release/*" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Only required for Organizations, not personal accounts.
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}