diff --git a/wait-for-ecr-scan-and-get-sarif/README.md b/wait-for-ecr-scan-and-get-sarif/README.md index e4d18f0..4d1fb6a 100644 --- a/wait-for-ecr-scan-and-get-sarif/README.md +++ b/wait-for-ecr-scan-and-get-sarif/README.md @@ -62,3 +62,11 @@ jobs: sarif_file: report.sarif category: security ``` + +## Tests + +If changing the format of the output, remember to run the generate script to recreate the expected SARIF files. + +```bash +./wait-for-ecr-scan-and-get-sarif/bin/generate_expected_sarif_files +```