mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Run the vulnerability check on PR that change the file
Signed-off-by: Matt Farina <matt.farina@suse.com>
This commit is contained in:
parent
bc9462f20f
commit
24a82589f8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/govulncheck.yml
vendored
4
.github/workflows/govulncheck.yml
vendored
|
|
@ -4,6 +4,10 @@ on:
|
|||
paths:
|
||||
- go.sum
|
||||
- .github/workflows/govulncheck.yml
|
||||
pull_request:
|
||||
paths:
|
||||
- go.sum
|
||||
- .github/workflows/govulncheck.yml
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue