Skip to content

Commit

Permalink
feat: adding omnitrail support
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick Kautz <[email protected]>
  • Loading branch information
fkautz committed Jun 13, 2024
1 parent e0af8c6 commit 95e797b
Show file tree
Hide file tree
Showing 58 changed files with 22,679 additions and 2,269 deletions.
23 changes: 23 additions & 0 deletions cmd/archivista/load_modules.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// Copyright 2024 The Archivista Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// A note: this follows a pattern followed by network service mesh.
// The pattern was copied from the Network Service Mesh Project
// and modified for use here. The original code was published under the
// Apache License V2.
package main

import (
_ "github.com/in-toto/archivista/pkg/metadatastorage/attestationcollection/omnibor_parser"
)
Loading

0 comments on commit 95e797b

Please sign in to comment.