File: scripts.go

package info (click to toggle)
gittuf 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,692 kB
  • sloc: python: 85; makefile: 58; sh: 1
file content (11 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
// 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