Skip to content

fix(container): update app-template ( 3.6.0 → 3.6.1 ) #9535

fix(container): update app-template ( 3.6.0 → 3.6.1 )

fix(container): update app-template ( 3.6.0 → 3.6.1 ) #9535

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@8a8b7fe39df34bba090c6f3d5bedcb78842b2f1e # v1.35.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 }}