mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-03 03:07:10 +00:00
Signed-off-by: Pat Zielinski <70954403+patzielinski@users.noreply.github.com> Co-authored-by: Aditya Sirish A Yelgundhalli <ayelgundhall@bloomberg.net> Co-authored-by: Jamal Cao <jamaltheodds@gmail.com> Co-authored-by: yashobapat <f20210006@goa.bits-pilani.ac.in>
11 lines
208 B
Go
11 lines
208 B
Go
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package artifacts
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed testdata/scripts/askpass.sh
|
|
var AskpassScript []byte
|
|
|
|
//go:embed testdata/scripts/hello.lua
|
|
var SampleHookScript []byte
|