Skip to content

ACS-12005 Remove Veracode SCA jobs from CI workflow#173

Merged
damianujma merged 1 commit into
masterfrom
feature/ACS-12005-remove-veracode-sca-job
Jun 15, 2026
Merged

ACS-12005 Remove Veracode SCA jobs from CI workflow#173
damianujma merged 1 commit into
masterfrom
feature/ACS-12005-remove-veracode-sca-job

Conversation

@damianujma

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the Veracode/SourceClear SCA execution from the CI pipeline so the GitHub Actions build no longer runs the source_clear stage script during the Test job.

Changes:

  • Removed the source_clear matrix stage and the conditional step that executed _ci/source_clear.sh from the CI workflow.
  • Deleted the _ci/source_clear.sh script that ran the SourceClear Maven scan.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/build.yml Removes the SCA matrix/step so CI only builds and tests.
_ci/source_clear.sh Deletes the SourceClear scan script that is no longer invoked by CI.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 29 to 31
strategy:
matrix:
stage: [ source_clear ]
fail-fast: false
steps:
@damianujma
damianujma requested a review from SatyamSah5 June 15, 2026 08:07
@damianujma
damianujma merged commit c62fd16 into master Jun 15, 2026
4 checks passed
@damianujma
damianujma deleted the feature/ACS-12005-remove-veracode-sca-job branch June 15, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants