You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/supported_metadata_files.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ SOMEF can extract metadata from a wide range of files commonly found in software
24
24
|`*.gemspec`| Ruby | Manifest file serves as the package descriptor used in Ruby gem projects. | <divalign="center">[🔍](./gemspec.md)</div>|[📄](https://guides.rubygems.org/specification-reference/)||[Example](https://github.com/rubygems/rubygems/blob/master/bundler/bundler.gemspec)|
25
25
|`cargo.toml`| Rust | Manifest file serves as the package descriptor used in Rust projects | <divalign="center">[🔍](./cargo.md)</div> |[📄](https://doc.rust-lang.org/cargo/reference/manifest.html)||[Example](https://github.com/rust-lang/cargo/blob/master/Cargo.toml)|
26
26
|`*.cabal`| Haskell | Manifest file serving as the package descriptor for Haskell projects.| <divalign="center">[🔍](./cabal.md)</div> |[📄](https://cabal.readthedocs.io/en/3.10/cabal-package.html)||[Example](https://github.com/haskell/cabal/blob/master/Cabal/Cabal.cabal)|
27
+
|`dockerfile`| Dockerfile | Build specification file for container images that can include software metadata via LABEL instructions (OCI specification).| <divalign="center">[🔍](./dockerfiledoc.md)</div> |[📄](https://docs.docker.com/reference/dockerfile/)||[Example](https://github.com/FairwindsOps/nova/blob/master/Dockerfile)|
28
+
27
29
28
30
> **Note:** The general principles behind metadata mapping in SOMEF are based on the [CodeMeta crosswalk](https://github.com/codemeta/codemeta/blob/master/crosswalk.csv) and the [CodeMeta JSON-LD context](https://github.com/codemeta/codemeta/blob/master/codemeta.jsonld).
29
31
> However, each supported file type may have specific characteristics and field interpretations.
0 commit comments