Skip to content

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 (#2) #21

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 (#2)

chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 (#2) #21

Workflow file for this run

name: gitleaks
on:
pull_request:
push:
workflow_dispatch:
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}