mirror of
https://github.com/actions/toolkit.git
synced 2026-08-24 00:00:19 +02:00
support multi-subject attestations
Signed-off-by: Brian DeHamer <[email protected]>
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