Skip to content

Commit

Permalink
Run mend workflow on releases (#2392)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Aug 14, 2024
1 parent 9a85dbc commit 4ac4b5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
paths-ignore:
- design/**
- deploy**
Expand All @@ -25,10 +27,13 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Download agent
run: curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar

- name: Verify JAR
run: jarsigner -verify wss-unified-agent.jar

- name: Scan and upload
env:
PRODUCT_NAME: nginx-gateway-fabric_${{ github.ref_name }}
Expand Down

0 comments on commit 4ac4b5f

Please sign in to comment.