Skip to content

Commit adb07b7

Browse files
committed
docs: how to connect to an OIDC provider with a self-signed cert (#4889)
update oidc docs Signed-off-by: Huabing Zhao <[email protected]>
1 parent f5d0107 commit adb07b7

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

.github/workflows/license-scan.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,10 @@ permissions:
1313

1414
jobs:
1515
scan:
16-
runs-on: ubuntu-22.04
17-
steps:
18-
- name: Checkout code
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20-
- name: Run scanner
21-
uses: google/osv-scanner-action/osv-scanner-action@19ec1116569a47416e11a45848722b1af31a857b # v1.9.0
22-
with:
23-
scan-args: |-
24-
--skip-git
25-
--experimental-licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib
26-
--config tools/osv-scanner/license-scan-config.toml
27-
./
16+
uses: "google/osv-scanner-action/.github/workflows/[email protected]" # v1.9.2
17+
with:
18+
scan-args: |-
19+
--skip-git
20+
--experimental-licenses=Apache-2.0,BSD-2-Clause,BSD-2-Clause-FreeBSD,BSD-3-Clause,MIT,ISC,Python-2.0,PostgreSQL,X11,Zlib
21+
--config tools/osv-scanner/license-scan-config.toml
22+
./

.github/workflows/osv-scanner.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@19ec1116569a47416e11a45848722b1af31a857b" # v1.9.0
24+
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e994fd8ab13fe1394942045f5945cd39c6c2d68e" # v1.9.2
2525
with:
2626
scan-args: |-
2727
--skip-git
@@ -37,10 +37,7 @@ jobs:
3737
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/setup-go@v5
41-
with:
42-
go-version: '1.23.4' # The Go version to download (if necessary) and use.
43-
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@19ec1116569a47416e11a45848722b1af31a857b" # v1.9.0
40+
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e994fd8ab13fe1394942045f5945cd39c6c2d68e" # v1.9.2
4441
with:
4542
scan-args: |-
4643
--skip-git

0 commit comments

Comments
 (0)