diff --git a/workflow-parser/src/workflow-v1.0.json b/workflow-parser/src/workflow-v1.0.json index 8b8968a..6d4da8a 100644 --- a/workflow-parser/src/workflow-v1.0.json +++ b/workflow-parser/src/workflow-v1.0.json @@ -1644,11 +1644,15 @@ }, "security-events": { "type": "permission-level-any", - "description": "Code scanning and Dependabot alerts." + "description": "Code scanning alerts." }, "statuses": { "type": "permission-level-any", "description": "Commit statuses." + }, + "vulnerability-alerts": { + "type": "permission-level-read-or-no-access", + "description": "Dependabot alerts." } } }