-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90b9174
commit d096622
Showing
1 changed file
with
49 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# This workflow uses actions that are not certified by GitHub. | ||
# They are provided by a third-party and are governed by | ||
# separate terms of service, privacy policy, and support | ||
# documentation. | ||
|
||
# A sample workflow which sets up periodic OSV-Scanner scanning for vulnerabilities, | ||
# in addition to a PR check which fails if new vulnerabilities are introduced. | ||
# | ||
# For more examples and options, including how to ignore specific vulnerabilities, | ||
# see https://google.github.io/osv-scanner/github-action/ | ||
|
||
name: OSV-Scanner | ||
|
||
on: | ||
pull_request: | ||
branches: [ "main" ] | ||
merge_group: | ||
branches: [ "main" ] | ||
schedule: | ||
- cron: '28 2 * * 2' | ||
push: | ||
branches: [ "main" ] | ||
|
||
permissions: | ||
# Require writing security events to upload SARIF file to security tab | ||
security-events: write | ||
# Read commit contents | ||
contents: read | ||
|
||
jobs: | ||
scan-scheduled: | ||
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }} | ||
uses: google/osv-scanner-action/.github/workflows/[email protected] | ||
with: | ||
# Example of specifying custom arguments | ||
scan-args: |- | ||
-r | ||
--skip-git | ||
./ | ||
scan-pr: | ||
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }} | ||
uses: google/osv-scanner-action/.github/workflows/[email protected] | ||
with: | ||
# Example of specifying custom arguments | ||
scan-args: |- | ||
-r | ||
--skip-git | ||
./ |
d096622
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
plex-utils – ./
plex-utils-mooseburgrs-projects.vercel.app
plexy.vercel.app
plex-utils-git-main-mooseburgrs-projects.vercel.app
kmj.wtf