Skip to content

Commit

Permalink
docs: document support for the npm registry
Browse files Browse the repository at this point in the history
Signed-off-by: behnazh-w <[email protected]>
  • Loading branch information
behnazh-w committed Nov 15, 2023
1 parent 8f2a0a2 commit 5606049
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/source/pages/supported_technologies/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ Package Registries
- Projects built with Gradle and published to a JFrog Artifactory repo following `Maven layout <https://maven.apache.org/repository/layout.html>`_
- :doc:`page </pages/supported_technologies/jfrog>`
* - `Maven Central Artifactory <https://central.sonatype.com>`_
- Projects built with Gradle or Maven and published to the Maven Central Artifactory.
- Projects built with Gradle or Maven and published on the Maven Central Artifactory.
- :doc:`page </pages/supported_technologies/maven_central>`
* - `npm Registry <https://registry.npmjs.org>`_
- Projects built with npm or Yarn and published on the npm registry.
- :doc:`page </pages/supported_technologies/npm_registry>`

-----------
Provenances
Expand All @@ -86,8 +89,9 @@ Provenances
- Documentation
* - `SLSA <https://slsa.dev>`_
-
* `SLSA provenance version 0.2 <https://slsa.dev/spec/v0.2/provenance>`_.
* The provenance should be published as a GitHub release asset
* | `SLSA provenance version 0.2 <https://slsa.dev/spec/v0.2/provenance>`_. The provenance should be
| - published as a GitHub release asset.
| - published on the `npm registry <https://registry.npmjs.org>`_.
- :doc:`page </pages/supported_technologies/jfrog>`
* - `Witness <https://github.com/testifysec/witness>`_
-
Expand All @@ -106,3 +110,4 @@ See also
jfrog
witness
maven_central
npm_registry
6 changes: 6 additions & 0 deletions docs/source/pages/supported_technologies/npm_registry.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. Copyright (c) 2023 - 2023, Oracle and/or its affiliates. All rights reserved.
.. Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
============
npm Registry
============

0 comments on commit 5606049

Please sign in to comment.