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
feat: update Gradle builder to accomodate for e2e test (#2636)
1. Add two public download actions
2. Add option for specifying a path to the Gradle project
I found these changes to be necessary to run [the Gradle e2e
test](slsa-framework/example-package#270).
---------
Signed-off-by: AdamKorcz <[email protected]>
Signed-off-by: AdamKorcz <[email protected]>
Co-authored-by: laurentsimon <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/builder_gradle_slsa3.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,11 @@ on:
31
31
required: false
32
32
default: 17
33
33
type: number
34
+
directory:
35
+
description: "Sub-directory to launch the build from. Must be under the workspace. Relative from the root of the file directory when invoking the builder."
36
+
required: false
37
+
type: string
38
+
default: "."
34
39
outputs:
35
40
provenance-name:
36
41
description: "The file name of the attestation upload artifact."
0 commit comments