diff --git a/workflow-parser/src/workflow-v1.0.json b/workflow-parser/src/workflow-v1.0.json index f514407f..8a4ecc61 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." } } }