Fix broken hyperlink to F5 Container Registry Download doc in README.… #1638
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Mend | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - release-* | |
| paths-ignore: | |
| - examples/** | |
| workflow_dispatch: | |
| inputs: | |
| branch: | |
| type: string | |
| required: false | |
| default: main | |
| workflow_call: | |
| inputs: | |
| branch: | |
| type: string | |
| required: true | |
| concurrency: | |
| group: ${{ github.ref_name }}-mend | |
| cancel-in-progress: true | |
| permissions: | |
| contents: read | |
| jobs: | |
| scan: | |
| name: Mend | |
| if: ${{ github.event.repository.fork == false }} | |
| uses: nginxinc/compliance-rules/.github/workflows/mend.yml@a27656f8f9a8748085b434ebe007f5b572709aad # v0.2 | |
| secrets: inherit | |
| with: | |
| product_name: kubernetes-ingress-controller_${{ inputs.branch && inputs.branch || github.ref_name }} | |
| project_name: nic |