This template is **ONLY** used for enhancement requests. Bug reporting or new feature request issues should use the other template options for issue submission. ## Current Behavior <!--- What current feature should be improved? --> `shellcheck` for the ironbank-pipeline ## Purpose <!--- If it is not obvious, state what purpose this enhancement would serve --> When `shellcheck` is run on the pipeline it finds [errors related to GitLab CI variables](https://repo1.dsop.io/ironbank-tools/ironbank-pipeline/-/jobs/568120#L31). Proposal is to whitelist this check ID (SC2154) so the pipeline can pass `shellcheck`. ## Plan <!--- What needs to be done in order to implement the enhancement? How do we test if implementation is successful? --> - Add a `--exclude=SC2154` to the `shellcheck` command OR - Follow the instructions [here](https://github.com/koalaman/shellcheck/wiki/Ignore) to ignore certain instances of this using shellcheck comments in the bash script files ## Acceptance Criteria <!--- What is the acceptance criteria for this new feature? --> - Clean shellcheck output -