Skip to content

Update peter-evans/dockerhub-description action to v5 (#8360) #1743

Update peter-evans/dockerhub-description action to v5 (#8360)

Update peter-evans/dockerhub-description action to v5 (#8360) #1743

Workflow file for this run

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