api: move hack/configapi into internal/api

The tool has an e2e test and is part of our production pipeline.
This commit is contained in:
Otto Bittner 2023-08-31 10:46:50 +02:00
parent 97dc15b1d1
commit 376bc6d39f
7 changed files with 19 additions and 18 deletions

View file

@ -33,4 +33,4 @@ runs:
COSIGN_PRIVATE_KEY: ${{ inputs.cosignPrivateKey }}
COSIGN_PASSWORD: ${{ inputs.cosignPassword }}
run: |
bazel run //hack/configapi:configapi_e2e_test
bazel run //internal/api/attestationconfigapi/cli:cli_e2e_test