Skip to content

Commit

Permalink
chore: update security scan rule
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Jun 13, 2022
1 parent 31c8fcf commit 39a7ce9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ name: "Security Scan"
# The scheduled workflow runs every at 00:00 on Sunday UTC time.
on:
push:
branches:
- main
paths:
- 'cli'
- 'linux'
- 'pkgs'
- 'proxy'
- 'apt-proxy.go'
- 'cli/**'
- 'linux/**'
- 'pkgs/**'
- 'proxy/**'
- '*.go'
pull_request:
branches:
- main
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit 39a7ce9

Please sign in to comment.