You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/container-scan.yml
+5-12
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,9 @@
1
1
name: KRE ECR scan
2
2
3
3
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
13
7
14
8
permissions:
15
9
id-token: write # This is required for requesting the JWT
0 commit comments