Modify rule S6258: Remove GCP tag from CF

This commit is contained in:
hendrik-buchwald-sonarsource 2022-03-31 16:51:02 +02:00 committed by GitHub
parent a272b8ffba
commit b9633d2e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,6 @@
},
"tags": [
"aws",
"gcp",
"cwe",
"owasp-a10"
],

View File

@ -1,3 +1,8 @@
{
"tags": [
"aws",
"gcp",
"cwe",
"owasp-a10"
]
}