Action small fixes (#697)
This commit is contained in:
parent
016440fd4b
commit
6416c2c32a
5
.github/workflows/zap-ds.yaml
vendored
5
.github/workflows/zap-ds.yaml
vendored
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Scanning DocSpace with ZAP
|
name: Scanning DocumentServer with ZAP
|
||||||
|
|
||||||
run-name: >
|
run-name: >
|
||||||
ZAP DocumentServer ver: ${{ github.event.inputs.version }} from branch: ${{ github.event.inputs.branch }}
|
ZAP DocumentServer ver: ${{ github.event.inputs.version }} from branch: ${{ github.event.inputs.branch }}
|
||||||
@ -8,7 +8,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: 'Set DocSpace version that will be deployed'
|
description: 'Set DocumentServer version that will be deployed'
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
branch:
|
branch:
|
||||||
@ -21,7 +21,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
needs: build
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user