-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: how to connect to an OIDC provider with a self-signed cert (#4889)
update oidc docs Signed-off-by: Huabing Zhao <[email protected]>
- Loading branch information
1 parent
f5d0107
commit adb07b7
Showing
2 changed files
with
9 additions
and
17 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 |
---|---|---|
|
@@ -13,15 +13,10 @@ permissions: | |
|
||
jobs: | ||
scan: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
- name: Run scanner | ||
uses: google/osv-scanner-action/osv-scanner-action@19ec1116569a47416e11a45848722b1af31a857b # v1.9.0 | ||
with: | ||
scan-args: |- | ||
--skip-git | ||
--experimental-licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib | ||
--config tools/osv-scanner/license-scan-config.toml | ||
./ | ||
uses: "google/osv-scanner-action/.github/workflows/[email protected]" # v1.9.2 | ||
Check warning on line 16 in .github/workflows/license-scan.yml GitHub Actions / lint
Check warning on line 16 in .github/workflows/license-scan.yml GitHub Actions / lint
|
||
with: | ||
scan-args: |- | ||
--skip-git | ||
--experimental-licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib | ||
--config tools/osv-scanner/license-scan-config.toml | ||
./ |
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