File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,11 @@ registries:
5353Phylum supports sending out notifications whenever a package fails analysis. To
5454receive those notifications, you can [ setup webhooks] .
5555
56+ ### Currently Unsupported
57+
58+ If you don't find what you're looking for here, please also see the
59+ [ Currently Unsupported] page.
60+
5661### Frequently Asked Questions
5762
5863See the [ FAQ] for common questions about using the package firewall.
@@ -68,3 +73,4 @@ See the [FAQ] for common questions about using the package firewall.
6873[ PyPI ] : ./pypi.md
6974[ RubyGems ] : ./rubygems.md
7075[ FAQ ] : ./faq.md
76+ [ Currently Unsupported ] : ./unsupported.md
Original file line number Diff line number Diff line change 1+ # Currently Unsupported
2+
3+ ## Artifact Repositories
4+
5+ ### Azure Artifacts
6+
7+ Azure Artifacts provides support for storing packages from registries with its
8+ "upstream sources" feature. You can provide a custom registry URL, but there is
9+ no support for credentials, which is required for Phylum Package Firewalls.
10+
11+ They also only support custom registries for NPM, which limits its potential
12+ usefulness.
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ const sidebars = {
138138 'package_firewall/rubygems' ,
139139 'package_firewall/api' ,
140140 'package_firewall/faq' ,
141+ 'package_firewall/unsupported' ,
141142 ] ,
142143 } ,
143144 {
You can’t perform that action at this time.
0 commit comments