aws / aws-nitro-enclaves-nsm-api

This provides a library for interacting with the Nitro Secure Module, which provides Nitro Enclaves with attestation capability.
Apache License 2.0
62 stars 43 forks source link

Ci setup #14

Closed popegeo closed 2 years ago

popegeo commented 2 years ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

petreeftime commented 2 years ago

I am seeing some errors when running this:

...
./scripts/run_test.sh: line 8: [: missing `]'
...
make: Circular command-executer <- command-executer dependency dropped.

The first one is likely going to be caught by something like shellcheck, so I advise running it against the script.

popegeo commented 2 years ago

I am seeing some errors when running this:

...
./scripts/run_test.sh: line 8: [: missing `]'
...
make: Circular command-executer <- command-executer dependency dropped.

The first one is likely going to be caught by something like shellcheck, so I advise running it against the script.

I ran shellcheck on the script. Now it's up to date.