Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vuln analysis GHAW to use on.push hook #199

Merged
merged 1 commit into from
Mar 17, 2023

Commits on Mar 17, 2023

  1. Update vuln analysis GHAW to use on.push hook

    This hook is needed for proper operation of the
    `Vulnerability / CodeQL` job so that it can compare
    before/after changes against the base branch.
    
    I'm opting to skip limiting either of the on.push or the
    on.pull_request hook events to just the base branch, instead
    adding a commented directive to imply that I explicitly
    made that decision.
    
    To keep *all* jobs from running again on push events in
    addition to the pull request events we check the event
    type in the job definition and skip running the job
    unless it is not a push event.
    
    refs atc0005/todo#56
    atc0005 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    80ede17 View commit details
    Browse the repository at this point in the history