BCG-X-Official / artkit

Automated prompt-based testing and evaluation of Gen AI applications
https://bcg-x-official.github.io/artkit/_generated/home.html
Apache License 2.0
76 stars 6 forks source link

BUILD: Update veracode job dependency #33

Closed breakbotz closed 5 days ago

breakbotz commented 6 days ago

Description

Veracode job in the artkit-release-pipeline.yml failed because of misconfigured GHA secrets which have been updated and should be confirmed as fixed in the next scheduled run. Veracode job runs on multiple possible conditions including "schedule" but is dependent on check_release job finishing although it's not part of a scheduled run. This conflict is resolved by simply removing "check_release" from veracode job's dependency.

Issue number and link: N/A

New Feature Submissions:

  1. [x] Does your submission pass tests?
  2. [x] Have you lint your code locally before submission?

Changes to Core Features: