Skip to content

Commit

Permalink
Merge pull request #191207 from Homebrew/scas-add-tableau
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Nov 7, 2024
2 parents c027a32 + 07700dd commit 56a1f37
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions audit_exceptions/secure_connection_audit_skiplist.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@
"logmein-client": "https://www.logmein.com/pro",
"native-access": "https://www.native-instruments.com/en/specials/native-access-2/",
"tableau": [
"https://www.tableau.com/products/desktop",
"https://downloads.tableau.com/TableauAutoUpdate.xml"
"https://www.tableau.com/products/desktop",
"https://downloads.tableau.com/TableauAutoUpdate.xml"
],
"tableau-prep": [
"https://www.tableau.com/products/prep",
"https://downloads.tableau.com/TableauAutoUpdate.xml"
],
"tableau-public": [
"https://public.tableau.com/s",
"https://downloads.tableau.com/TableauAutoUpdate.xml"
],
"tableau-reader": [
"https://www.tableau.com/products/reader",
"https://downloads.tableau.com/TableauAutoUpdate.xml"
]
}

0 comments on commit 56a1f37

Please sign in to comment.