Skip to content

chore(deps): update docker/build-push-action action to v6.8.0 #427

chore(deps): update docker/build-push-action action to v6.8.0

chore(deps): update docker/build-push-action action to v6.8.0 #427

Workflow file for this run

name: Check for git secrets with Gitleaks
on:
pull_request:
branches:
- main
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 }}