Skip to content

Commit

Permalink
docs: how to connect to an OIDC provider with a self-signed cert (#4889)
Browse files Browse the repository at this point in the history
update oidc docs

Signed-off-by: Huabing Zhao <[email protected]>
  • Loading branch information
zhaohuabing committed Dec 20, 2024
1 parent f5d0107 commit adb07b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/license-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / lint

16:89 [comments] too few spaces before comment

Check warning on line 16 in .github/workflows/license-scan.yml

View workflow job for this annotation

GitHub Actions / lint

16:89 [comments] too few spaces before comment

Check warning on line 16 in .github/workflows/license-scan.yml

View workflow job for this annotation

GitHub Actions / lint

16:89 [comments] too few spaces before comment
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
./
7 changes: 2 additions & 5 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
runs-on: ubuntu-latest
steps:
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@19ec1116569a47416e11a45848722b1af31a857b" # v1.9.0
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e994fd8ab13fe1394942045f5945cd39c6c2d68e" # v1.9.2
with:
scan-args: |-
--skip-git
Expand All @@ -37,10 +37,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.23.4' # The Go version to download (if necessary) and use.
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@19ec1116569a47416e11a45848722b1af31a857b" # v1.9.0
- uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e994fd8ab13fe1394942045f5945cd39c6c2d68e" # v1.9.2
with:
scan-args: |-
--skip-git
Expand Down

0 comments on commit adb07b7

Please sign in to comment.