-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog for v1.8.3
- Loading branch information
Showing
5 changed files
with
70 additions
and
53 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 |
---|---|---|
|
@@ -55,7 +55,7 @@ permissions: | |
|
||
jobs: | ||
scan-pr: | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].2" | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].3" | ||
``` | ||
### View results | ||
|
@@ -98,7 +98,7 @@ permissions: | |
jobs: | ||
scan-scheduled: | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].2" | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].3" | ||
``` | ||
|
||
As written, the scanner will run on 12:30 pm UTC every Monday, and also on every push to the main branch. You can change the schedule by following the instructions [here](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule). | ||
|
@@ -133,7 +133,7 @@ permissions: | |
|
||
jobs: | ||
osv-scan: | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].2" | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].3" | ||
with: | ||
# Only scan the top level go.mod file without recursively scanning directories since | ||
# this is pipeline is about releasing the go module and binary | ||
|
@@ -186,7 +186,7 @@ Examples | |
```yml | ||
jobs: | ||
scan-pr: | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].2" | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].3" | ||
with: | ||
scan-args: |- | ||
--lockfile=./path/to/lockfile1 | ||
|
@@ -198,7 +198,7 @@ jobs: | |
```yml | ||
jobs: | ||
scan-pr: | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].2" | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].3" | ||
with: | ||
scan-args: |- | ||
--recursive | ||
|
@@ -225,7 +225,7 @@ jobs: | |
name: Vulnerability scanning | ||
# makes sure the extraction step is completed before running the scanner | ||
needs: extract-deps | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].2" | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected].3" | ||
with: | ||
# Download the artifact uploaded in extract-deps step | ||
download-artifact: converted-OSV-Scanner-deps | ||
|
Oops, something went wrong.