CLI: Update SDK to fd01c36a04c73192f29d4803e46bc2b6e004a9b9 and add new commands/flags #264
This file contains hidden or 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: Semgrep | |
| on: | |
| pull_request: | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| scan: | |
| uses: kernel/security-workflows/.github/workflows/semgrep.yml@main | |
| with: | |
| extra-configs: '--config p/golang --config p/trailofbits' | |
| codebase-description: 'Kernel CLI tool authenticating with customer API keys' | |
| secrets: inherit |