Skip to content

Commit

Permalink
Adding pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode committed Sep 29, 2023
1 parent 5d326ef commit fbd870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights/attachments/links_qr_code.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "QR code embedded link in attachments"
type: "query"
source: |
map(filter(attachments, .file_type in $file_types_images),
map(filter(attachments, .file_type in $file_types_images or .file_type == "pdf"),
map(filter(file.explode(.), .scan.qr.type == "url"), .scan.qr.url.url)
)
severity: "medium"

0 comments on commit fbd870a

Please sign in to comment.