Skip to content

Commit

Permalink
Merge branch 'feat/tprm' of github.com:intuitem/ciso-assistant-commun…
Browse files Browse the repository at this point in the history
…ity into feat/tprm
  • Loading branch information
Mohamed-Hacene committed Sep 17, 2024
2 parents c7a42c9 + 975f8b7 commit a7d57de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"rules": {
"@typescript-eslint/no-unused-vars": [
"error",
{
"args": "all",
"argsIgnorePattern": "^_",
"caughtErrors": "all",
"caughtErrorsIgnorePattern": "^_",
"destructuredArrayIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"ignoreRestSiblings": true
}
]
}
}
2 changes: 1 addition & 1 deletion backend/library/libraries/cisa-vendor-scrm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ objects:
description: null
requirement_nodes:
- urn: urn:intuitem:risk:req_node:cisa-scrm:1
assessable: false
assessable: true
depth: 1
ref_id: '1'
name: Qualifying Questions
Expand Down
Binary file modified tools/cisa/cisa-vendor-scrm.xlsx
Binary file not shown.

0 comments on commit a7d57de

Please sign in to comment.