Skip to content

Commit caef723

Browse files
committed
fix: format README with prettier
Fixes remaining formatting issues in the README file.
1 parent 1beb3bb commit caef723

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

registry/coder/modules/jfrog-xray/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This module integrates JFrog Xray vulnerability scanning results into Coder work
1313

1414
```tf
1515
module "jfrog_xray" {
16-
source = "registry.coder.com/modules/jfrog-xray/coder"
17-
version = "1.0.0"
18-
16+
source = "registry.coder.com/modules/jfrog-xray/coder"
17+
version = "1.0.0"
18+
1919
resource_id = docker_container.workspace.id
2020
xray_url = "https://example.jfrog.io/xray"
2121
xray_token = var.jfrog_access_token

0 commit comments

Comments
 (0)