-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'add_environment_variable_baits' of https://github.com/e…
…lainechien/package-analysis into add_environment_variable_baits
- Loading branch information
Showing
26 changed files
with
636 additions
and
373 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
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/.github/workflows/osv-scanner-reusable-pr.yml@main" |
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/.github/workflows/osv-scanner-reusable.yml@main" |
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
Oops, something went wrong.