api: rename references to moved hack/configapi (#2329)

Fixes 376bc6d39f
This commit is contained in:
Malte Poll 2023-09-11 10:57:32 +02:00 committed by GitHub
parent 95c4294921
commit f399fe148b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -97,5 +97,5 @@ runs:
for file in $(ls maa-claims-*.json); do
path=$(realpath "${file}")
cat "${path}"
bazel run //hack/configapi -- --maa-claims-path "${path}"
bazel run //internal/api/attestationconfigapi -- --maa-claims-path "${path}"
done

View File

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
/*
This package provides a CLI to interact with the Attestationconfig API, a sub API of the Resource API.
You can execute an e2e test by running: `bazel run //hack/configapi:configapi_e2e_test`.
You can execute an e2e test by running: `bazel run //internal/api/attestationconfigapi:configapi_e2e_test`.
The CLI is used in the CI pipeline. Actions that change the bucket's data shouldn't be executed manually.
Notice that there is no synchronization on API operations.
*/