Add default kube-api-qps, burst, and worker-threads values in CSI driver #886
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
name: Credential Checking | |
on: | |
pull_request: | |
branches: | |
- OSC-MIGRATION | |
- master | |
jobs: | |
cred-scan: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Scan credentials | |
uses: outscale-dev/cred-scan@main | |
with: | |
scan_path: "./" |