code-scanning-analysis-commit-sha

The SHA of the commit to which the analysis you are uploading relates.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-code-scanning-analysis-commit-sha-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/code-scanning-analysis-commit-sha",
  "title": "code-scanning-analysis-commit-sha",
  "description": "The SHA of the commit to which the analysis you are uploading relates.",
  "type": "string",
  "minLength": 40,
  "maxLength": 40,
  "pattern": "^[0-9a-fA-F]+$"
}