Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
5b6ddc71cf |
@@ -1,5 +1,11 @@
|
||||
name: "code scans"
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- v*
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
scans:
|
||||
|
@@ -28,5 +28,7 @@ func Execute() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
rootCmd.CompletionOptions = cobra.CompletionOptions{
|
||||
DisableDefaultCmd: true,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user