Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode committed Sep 29, 2023
1 parent 3e2c2bc commit 873d450
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions insights/attachments/links_qr_code.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: "QR code embedded Links in attachments"
type: "query"
source: |
map(filter(attachments, .file_type ...),
map(filter(file.explode(.),
.scan.qr.type == "url"
),
.scan.qr.url.url
)
map(filter(attachments, .file_type in $file_types_images),
map(filter(file.explode(.), .scan.qr.type == "url"), .scan.qr.url.url)
)
severity: "medium"

0 comments on commit 873d450

Please sign in to comment.