Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

ci: cleanup security checks #1492

Merged

Commits on Aug 28, 2023

  1. ci: cleanup security checks

    This contains two improvements:
    - I misconfigured our periodic security checks back in 39908ed, and it wasn't caught in review.
      Turns out it was rather unnecessary with the checks we have in merge-to-master and
      merge-to-release-branch.  The neutral checks we're seeing are caused by something else; I'll need
      to investigate to figure out what's going on.
    - Rather than waiting within the job itself, we can have the jobs for security checks get triggered
      when the push to quay is done in both the merge-to-master and merge-to-release-branch is done.  It
      should save a few seconds during checks, and it means we won't have a runner waiting doing nothing.
    
    Signed-off-by: Andy Sadler <ansadler@redhat.com>
    sadlerap committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3229764 View commit details
    Browse the repository at this point in the history