diff --git a/build-container/hello.py b/build-container/hello.py index 7e6ed44..d2f2403 100644 --- a/build-container/hello.py +++ b/build-container/hello.py @@ -1,7 +1,7 @@ # This file is used fo testing measurements within containers def hello(): - print('Hello, World!!!') + print('Hello, World!!') if __name__ == '__main__': hello() diff --git a/gen-attestation-chain.sh b/scripts/gen-attestation-chain.sh similarity index 100% rename from gen-attestation-chain.sh rename to scripts/gen-attestation-chain.sh diff --git a/.github/actions/attest-ref-values/scripts/gen-ref-values.sh b/scripts/gen-ref-values.sh similarity index 100% rename from .github/actions/attest-ref-values/scripts/gen-ref-values.sh rename to scripts/gen-ref-values.sh