We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a85dbc commit 4ac4b5fCopy full SHA for 4ac4b5f
.github/workflows/mend.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ tags:
8
+ - "v[0-9]+.[0-9]+.[0-9]+*"
9
paths-ignore:
10
- design/**
11
- deploy**
@@ -25,10 +27,13 @@ jobs:
25
27
steps:
26
28
- name: Checkout Repository
29
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
+
31
- name: Download agent
32
run: curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
33
34
- name: Verify JAR
35
run: jarsigner -verify wss-unified-agent.jar
36
37
- name: Scan and upload
38
env:
39
PRODUCT_NAME: nginx-gateway-fabric_${{ github.ref_name }}
0 commit comments