Skip to content

Commit 94fd8bd

Browse files
committed
scan
1 parent 42205ff commit 94fd8bd

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/container-scan.yml

+5-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
name: KRE ECR scan
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
trigger:
7-
description: 'Select the branch above for triggering the pipeline, leave the below text input empty'
8-
required: false
9-
type: string
10-
KRE_VERSION:
11-
description: 'KRE version (e.g: "10.0.0-dev"). Please reference the Release at https://katalon.atlassian.net/wiki/spaces/KSR/pages/3005284354/Building+and+Delivery+Pipeline'
12-
required: true
4+
push:
5+
branches:
6+
- security-refactor
137

148
permissions:
159
id-token: write # This is required for requesting the JWT
@@ -20,9 +14,8 @@ jobs:
2014
name: Run
2115
runs-on: ubuntu-latest
2216
env:
23-
KRE_VERSION: ${{ inputs.KRE_VERSION }}
24-
DOCKER_IMAGE_PUBLISHED_TAG: ${{ inputs.DOCKER_IMAGE_PUBLISHED_TAG || inputs.KRE_VERSION }}
25-
IS_PRODUCTION: ${{ inputs.IS_PRODUCTION }}
17+
KRE_VERSION: 10.2.0
18+
DOCKER_IMAGE_PUBLISHED_TAG: 10.2.0-rc
2619
DD_URL: ${{ secrets.DD_URL }}
2720
DD_API_KEY: ${{ secrets.DD_TOKEN }}
2821
DD_PRODUCT_TYPE_NAME: Katalon Studio

0 commit comments

Comments
 (0)