mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2024-12-27 18:04:21 +00:00
Scan CLI source files
This commit is contained in:
parent
2f2c9157e9
commit
685ea33be9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
- "src/*.go"
|
||||
- "src/go.mod"
|
||||
- "src/go.sum"
|
||||
- "cli/picocrypt/*.go"
|
||||
- "cli/picocrypt/go.mod"
|
||||
- "cli/picocrypt/go.sum"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue