Skip to content

Commit 10bbf7b

Browse files
authored
Added iac scan information uri (#36)
Added Information uri for iac scan tool. --------- Signed-off-by: Sanyam Vikram <[email protected]>
1 parent 56a2ba4 commit 10bbf7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commons/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export const SARIF_SCHEMA =
1818
'https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json';
1919
export const SARIF_VERSION = '2.1.0';
2020
export const IAC_TOOL_NAME = 'analyze-code-security-scc';
21-
// TODO: add iac tool documentation link.
22-
export const IAC_TOOL_DOCUMENTATION_LINK = '';
21+
export const IAC_TOOL_DOCUMENTATION_LINK =
22+
'https://cloud.google.com/security-command-center/docs/validate-iac';
2323
export const SCAN_FILE_MAX_SIZE_BYTES = 2000000;
2424
export const MAX_SCAN_TIMEOUT = '10m';
2525
export const MIN_SCAN_TIMEOUT = '1m';

0 commit comments

Comments
 (0)