Skip to content

Commit

Permalink
bump file size for SARIF file
Browse files Browse the repository at this point in the history
  • Loading branch information
juli1 committed Mar 5, 2025
1 parent 1d10cea commit 1bacb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/sarif/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import addFormats from 'ajv-formats'

import sarifJsonSchema from './json-schema/sarif-schema-2.1.0.json'

const maxSarifFileSize = 5 * 1024 * 1024 // 5MB in bytes
const maxSarifFileSize = 10 * 1024 * 1024 // 10MB in bytes

/**
* Validate the SARIF file and check if the file is too large or not valid
Expand Down

0 comments on commit 1bacb7f

Please sign in to comment.