Files
attest-sbom/__mocks__/@actions/github.js
Brian DeHamer 648860c1d2 fix attester id
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2026-01-29 17:15:04 -08:00

9 lines
171 B
JavaScript

module.exports = {
context: {
repo: { owner: 'test-owner', repo: 'test-repo' },
runId: 12345,
serverUrl: 'https://github.com'
},
getOctokit: jest.fn()
}