Skip to content

fix(deps): update module k8s.io/apimachinery to v0.35.1 #199

fix(deps): update module k8s.io/apimachinery to v0.35.1

fix(deps): update module k8s.io/apimachinery to v0.35.1 #199

Workflow file for this run

on:
pull_request:
jobs:
TruffleHog:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- name: TruffleHog OSS
id: trufflehog
uses: trufflesecurity/trufflehog@ef6e76c3c4023279497fab4721ffa071a722fd05 # v3.92.4
continue-on-error: true
with:
path: ./
- name: Scan Results Status
if: steps.trufflehog.outcome == 'failure'
run: exit 1