Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Update README.md

Update README.md #94

Workflow file for this run

name: Mend
on:
push:
branches:
- main
- release-*
paths-ignore:
- docs/**
- examples/**
workflow_dispatch:
concurrency:
group: ${{ github.ref_name }}-mend
cancel-in-progress: true
permissions:
contents: read
jobs:
scan:
name: Mend
runs-on: ubuntu-22.04
if: ${{ github.event.repository.fork == false }}
steps:
- name: Checkout Repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Scan
uses: TheAxZim/Whitesource-Scan-Action@ae848d3fc813c97f7e466da97ccd2b12b4bad9b8
with:
wssURL: ${{ secrets.WSS_URL }}
apiKey: ${{ secrets.WSS_NGINX_TOKEN }}
productName: service-mesh_${{ github.ref_name }}
projectName: nginx-service-mesh