gittuf/internal/testartifacts/scripts.go
Pat Zielinski 4c763932b3 *: Add management functionality for GUPPIEs
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>
2025-03-17 10:50:13 -04:00

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