Files
attest-sbom/__mocks__/@actions/github.js
T
Brian DeHamer 799667e711 wip
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2026-01-29 16:57:01 -08:00

9 lines
158 B
JavaScript

module.exports = {
context: {
repo: { owner: 'test-owner', repo: 'test-repo' },
runId: 12345,
workflow: 'ci.yml'
},
getOctokit: jest.fn()
}