-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
139 changed files
with
4,226 additions
and
2,372 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,40 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: gomod | ||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
interval: "monthly" | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: gomod | ||
groups: | ||
gomod-minor-updates: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
- package-ecosystem: "gomod" | ||
directory: "/function/loader" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: gomod | ||
directory: "/sandboxes/staticanalysis" | ||
schedule: | ||
interval: daily | ||
interval: "monthly" | ||
open-pull-requests-limit: 10 | ||
groups: | ||
loader-minor-updates: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
interval: "monthly" | ||
groups: | ||
actions-minor-updates: | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
|
||
- package-ecosystem: "npm" | ||
directory: "/internal/staticanalysis/parsing" | ||
schedule: | ||
interval: "monthly" | ||
groups: | ||
parsing-minor-updates: | ||
update-types: | ||
- "minor" | ||
- "patch" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: OSV-Scanner PR Scan | ||
|
||
# Change "main" to your default branch if you use a different name, i.e. "master" | ||
on: | ||
pull_request: | ||
branches: [ main ] | ||
merge_group: | ||
branches: [ main ] | ||
|
||
# Declare default permissions as read only. | ||
permissions: | ||
# Only need to read contents | ||
contents: read | ||
# Require writing security events to upload SARIF file to security tab | ||
security-events: write | ||
|
||
jobs: | ||
scan-pr: | ||
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v1.6.2-beta1" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: OSV-Scanner Scheduled Scan | ||
|
||
on: | ||
schedule: | ||
- cron: '50 1 * * 6' # run at 01:50 UTC every Saturday | ||
# Change "main" to your default branch if you use a different name, i.e. "master" | ||
push: | ||
branches: [ main ] | ||
|
||
permissions: | ||
# Only need to read contents | ||
contents: read | ||
# Require writing security events to upload SARIF file to security tab | ||
security-events: write | ||
|
||
jobs: | ||
scan-scheduled: | ||
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.6.2-beta1" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,3 @@ | |
# these should be pre-installed where needed | ||
node_modules/ | ||
|
||
venv |
This file contains 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
This file contains 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
Oops, something went wrong.