UNCLASSIFIED - NO CUI

Selectively remove certain shellcheck findings

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

shellcheck for the ironbank-pipeline

Purpose

When shellcheck is run on the pipeline it finds errors related to GitLab CI variables. Proposal is to whitelist this check ID (SC2154) so the pipeline can pass shellcheck.

Plan

  • Add a --exclude=SC2154 to the shellcheck command OR
  • Follow the instructions here to ignore certain instances of this using shellcheck comments in the bash script files

Acceptance Criteria

  • Clean shellcheck output
Edited by James Petersen