Skip to content

chore(container): update ghcr.io/danny-avila/librechat-dev ( b4a8b9a → de6be83 ) #12244

chore(container): update ghcr.io/danny-avila/librechat-dev ( b4a8b9a → de6be83 )

chore(container): update ghcr.io/danny-avila/librechat-dev ( b4a8b9a → de6be83 ) #12244

Workflow file for this run

---
name: "GitGuardian"
on: [push, pull_request]
jobs:
scan:
name: GitGuardian
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Scan
uses: GitGuardian/ggshield-action@455483042671cc73b40d0e753baddffef7309a1f # v1.37.0
with:
args: -v --ignore-known-secrets
env:
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}