Skip to content

chore(deps): update golang:1.23.1 docker digest to 8f6a7d8 #425

chore(deps): update golang:1.23.1 docker digest to 8f6a7d8

chore(deps): update golang:1.23.1 docker digest to 8f6a7d8 #425

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 }}