Skip to content

chore: bump kubernetes-fluent-client from 3.2.2 to 3.3.0 in the production-dependencies group #429

chore: bump kubernetes-fluent-client from 3.2.2 to 3.3.0 in the production-dependencies group

chore: bump kubernetes-fluent-client from 3.2.2 to 3.3.0 in the production-dependencies group #429

Workflow file for this run

name: secret-scan
on: pull_request
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
secret-scan: # scan for any live secrets in the repository using trufflehog
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Default Secret Scanning
uses: trufflesecurity/trufflehog@5ca4a17a4c7a242046966b84cf9d7a53364971bc # main
with:
extra_args: --debug --no-verification # Warn on potential violations