Skip to content

Commit

Permalink
Initial setup for enrollz service (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenia-grunin authored Jan 22, 2024
1 parent 8ecd59f commit eb2f87a
Show file tree
Hide file tree
Showing 16 changed files with 1,561 additions and 4 deletions.
14 changes: 14 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Copyright 2024 Google LLC
#
# 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
#
# https://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.

load("@bazel_gazelle//:def.bzl", "gazelle")

# gazelle:prefix github.com/openconfig/attestz
Expand Down
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https:/bazelbuild/bazel/issues/18958
###############################################################################
Loading

0 comments on commit eb2f87a

Please sign in to comment.