Skip to content

Commit

Permalink
Added iac scan information uri (#36)
Browse files Browse the repository at this point in the history
Added Information uri for iac scan tool.

---------

Signed-off-by: Sanyam Vikram <sanyam.vikram1@gmail.com>
  • Loading branch information
sanyam803 authored Jun 17, 2024
1 parent 56a2ba4 commit 10bbf7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commons/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const SARIF_SCHEMA =
'https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json';
export const SARIF_VERSION = '2.1.0';
export const IAC_TOOL_NAME = 'analyze-code-security-scc';
// TODO: add iac tool documentation link.
export const IAC_TOOL_DOCUMENTATION_LINK = '';
export const IAC_TOOL_DOCUMENTATION_LINK =
'https://cloud.google.com/security-command-center/docs/validate-iac';
export const SCAN_FILE_MAX_SIZE_BYTES = 2000000;
export const MAX_SCAN_TIMEOUT = '10m';
export const MIN_SCAN_TIMEOUT = '1m';
Expand Down

0 comments on commit 10bbf7b

Please sign in to comment.