From 35bf8e92d2a7b352bf3ac2f83e42b6aabc6cd611 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Tue, 7 May 2024 10:33:56 -0500 Subject: [PATCH] chore(schemas): update --- __tests__/helpers/github-workflow-schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/__tests__/helpers/github-workflow-schema.json b/__tests__/helpers/github-workflow-schema.json index 32b4cd24..bfc1e66a 100644 --- a/__tests__/helpers/github-workflow-schema.json +++ b/__tests__/helpers/github-workflow-schema.json @@ -104,6 +104,7 @@ "additionalProperties": false, "properties": { "actions": { "$ref": "#/definitions/permissions-level" }, + "attestations": { "$ref": "#/definitions/permissions-level" }, "checks": { "$ref": "#/definitions/permissions-level" }, "contents": { "$ref": "#/definitions/permissions-level" }, "deployments": { "$ref": "#/definitions/permissions-level" },