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: .tekton/lightspeed-stack-0-5-pull-request.yaml
+34-16Lines changed: 34 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,18 @@ spec:
149
149
type: string
150
150
default: .
151
151
description: Target directories to scan with SAST tools. Multiple values should be separated with commas.
152
+
- name: source-date-epoch
153
+
type: string
154
+
default: ''
155
+
description: Sets the image created time and the SOURCE_DATE_EPOCH build argument. On its own, it does not change file timestamps inside the layers (set rewrite-timestamp to "true" for that). Leave empty to keep the actual build time.
156
+
- name: rewrite-timestamp
157
+
type: string
158
+
default: 'false'
159
+
description: When "true", clamp file modification times in the image layers to at most source-date-epoch. Does nothing unless source-date-epoch is set.
160
+
- name: omit-history
161
+
type: string
162
+
default: 'false'
163
+
description: When "true", omit the build history (history timestamps, layer metadata, etc.) from the resulting image.
Copy file name to clipboardExpand all lines: .tekton/lightspeed-stack-0-5-push.yaml
+34-16Lines changed: 34 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,18 @@ spec:
142
142
type: string
143
143
default: .
144
144
description: Target directories to scan with SAST tools. Multiple values should be separated with commas.
145
+
- name: source-date-epoch
146
+
type: string
147
+
default: ''
148
+
description: Sets the image created time and the SOURCE_DATE_EPOCH build argument. On its own, it does not change file timestamps inside the layers (set rewrite-timestamp to "true" for that). Leave empty to keep the actual build time.
149
+
- name: rewrite-timestamp
150
+
type: string
151
+
default: 'false'
152
+
description: When "true", clamp file modification times in the image layers to at most source-date-epoch. Does nothing unless source-date-epoch is set.
153
+
- name: omit-history
154
+
type: string
155
+
default: 'false'
156
+
description: When "true", omit the build history (history timestamps, layer metadata, etc.) from the resulting image.
0 commit comments