mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-29 17:18:04 +08:00
support multi-subject attestations
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ describe('buildIntotoStatement', () => {
|
||||
}
|
||||
|
||||
it('returns an intoto statement', () => {
|
||||
const statement = buildIntotoStatement(subject, predicate)
|
||||
const statement = buildIntotoStatement([subject], predicate)
|
||||
expect(statement).toMatchSnapshot()
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user