Skip to content

feat(container): update kube-prometheus-stack ( 70.7.0 → 70.8.0 ) #13390

feat(container): update kube-prometheus-stack ( 70.7.0 → 70.8.0 )

feat(container): update kube-prometheus-stack ( 70.7.0 → 70.8.0 ) #13390

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@494553341f7b7f8bafeee765e868761b9562b7be # v1.38.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 }}