mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-08 22:03:29 +02:00
github-actions: remove license check (#4475)
github-actions: remove license check (#4434) Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
This commit is contained in:
parent
ba7d7d443d
commit
2edf402803
1 changed files with 0 additions and 29 deletions
29
.github/workflows/test.yaml
vendored
29
.github/workflows/test.yaml
vendored
|
@ -233,32 +233,3 @@ jobs:
|
|||
github.event.pull_request.head.sha }}
|
||||
env:
|
||||
SKIP: lint
|
||||
|
||||
license:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.20.x]
|
||||
platform: [ubuntu-latest]
|
||||
needs:
|
||||
- build
|
||||
steps:
|
||||
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
|
||||
with:
|
||||
go-version: 1.20.x
|
||||
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
|
||||
- name: retrieve binary
|
||||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
|
||||
with:
|
||||
name: pomerium ${{ github.run_id }} ${{ matrix.platform }}
|
||||
path: bin/
|
||||
|
||||
- name: download envoy
|
||||
run: make get-envoy
|
||||
|
||||
- name: FOSSA Scan
|
||||
uses: fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023
|
||||
with:
|
||||
fossa-api-key: 18f4ef488f514d06874b75f5809cea93
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue