Skip to content

Commit

Permalink
build: new coverage action (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Apr 27, 2020
1 parent a515204 commit 3f30f5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security-center/snippets/v1/testIam.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ function main(sourceName = 'FULL_SOURCE_PATH') {
permissions: ['securitycenter.findings.update'],
});
console.log(
`Permissions to create/update findings? ${policy.permissions.length >
0}`
`Permissions to create/update findings? ${
policy.permissions.length > 0
}`
);
}
{
Expand Down

0 comments on commit 3f30f5f

Please sign in to comment.