This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Update sig k8s modules #1688
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DO NOT EDIT. Generated with: | |
# | |
# devctl@5.8.0 | |
# | |
name: gitleaks | |
on: [pull_request] | |
jobs: | |
gitleaks: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: '0' | |
- name: gitleaks-action | |
uses: zricethezav/gitleaks-action@v1.6.0 |