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

PSA-1311 - update scan workflow conditions #5089

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

mcollao-hc
Copy link
Contributor

@mcollao-hc mcollao-hc commented Sep 9, 2024

Fix the workflow conditional for when to run the security scanner workflow:

  • ! github.event.pull_request.head.repo.fork don't run on community pr forks
  • github.actor != 'dependabot[bot]' don't run for dependabot
  • github.actor != 'hc-github-team-secure-boundary' don't run for boundary bot

@johanbrandhorst johanbrandhorst merged commit 0b4e171 into main Sep 9, 2024
54 of 59 checks passed
@johanbrandhorst johanbrandhorst deleted the mark/fix-scan-workflow branch September 9, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants