Skip to content

Commit 3c18a7d

Browse files
committed
chore: test
1 parent b220bad commit 3c18a7d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

sts-mock/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Imposter for OpenAPI-based mocking, Docker for containerisation, deployed to AWS
1515
- [Docker](https://www.docker.com)
1616
- [Pre-commit](https://pre-commit.com/) — see [root README](../README.md) for setup
1717

18-
## Running checks manually
18+
## Set up locally
19+
20+
### Running checks manually
1921

2022
```bash
2123
pre-commit run checkov --files sts-mock/template.yaml
2224
pre-commit run rain-format --files sts-mock/template.yaml
2325
pre-commit run cfn-lint-rc --files sts-mock/template.yaml
2426
```
2527

26-
## Set up locally
27-
2828
### Run
2929

3030
Build the Docker image:

txma-mock/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ API Gateway mock integration with infrastructure managed via AWS SAM.
1212

1313
- [Pre-commit](https://pre-commit.com/) — see [root README](../README.md) for setup
1414

15-
## Running checks manually
15+
## Set up locally
16+
17+
### Running checks manually
1618

1719
```bash
1820
pre-commit run checkov --files txma-mock/template.yaml

0 commit comments

Comments
 (0)