Skip to content

Commit

Permalink
rename (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahar-h authored Apr 7, 2024
1 parent 152cf95 commit 2247390
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
31 changes: 23 additions & 8 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,39 @@
name: FOSSA License Scanning
name: FOSSA

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
- pull_request
- push
push:
branches:
- "main"
pull_request:
branches:
- "main"

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
fossa-license-scan:
fossa-scan:
runs-on: ubuntu-latest
env:
# FOSSA Push-Only API Token
# See https://docs.fossa.com/docs/api-reference#push-only-api-token
API_KEY: 18777b880f6727fc399a05a82615ef2a

steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Run FOSSA scan and upload report
- name: Checkout Code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Run FOSSA Scan
uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
with:
# FOSSA Push-Only API Token
api-key: 18777b880f6727fc399a05a82615ef2a
api-key: ${{ env.API_KEY }}

- name: Wait for Scan Completion
uses: fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
with:
api-key: ${{ env.API_KEY }}
run-tests: true
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/envoyproxy/gateway/badge)](https://securityscorecards.dev/viewer/?uri=github.com/envoyproxy/gateway)
[![Build and Test](https://github.com/envoyproxy/gateway/actions/workflows/build_and_test.yaml/badge.svg)](https://github.com/envoyproxy/gateway/actions/workflows/build_and_test.yaml)
[![codecov](https://codecov.io/gh/envoyproxy/gateway/branch/main/graph/badge.svg)](https://codecov.io/gh/envoyproxy/gateway)
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B44042%2Fgithub.com%2Fshahar-h%2Fgateway.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B44042%2Fgithub.com%2Fshahar-h%2Fgateway?ref=badge_shield&issueType=license)

Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or
Kubernetes-based application gateway.
[Gateway API](https://gateway-api.sigs.k8s.io) resources are used to dynamically provision and configure the managed Envoy Proxies.


## Documentation

* [Blog][blog] introducing Envoy Gateway.
Expand All @@ -17,7 +19,6 @@ Kubernetes-based application gateway.

## Contact


* Slack: Join the [Envoy Slack workspace][] if you're not already a member. Otherwise, use the
[Envoy Gateway channel][] to start collaborating with the community.

Expand Down

0 comments on commit 2247390

Please sign in to comment.