Skip to content

Commit

Permalink
Trigger FIPS checks on all security team PRs (#74589)
Browse files Browse the repository at this point in the history
We originally opted to running FIPS CI checks when PRs have a
specific label in hope that we will be adding this label when
our code changes might have an impact or be affected by our
FIPS 140-2 setup/support.
In practice, we omit to add the label in many cases and this
still leads to the problem of having CI failures that we fail to
catch in PR checks.
This change makes it so that the FIPS CI checks will run in all
the PRs that have one of the ES Security team labels.
  • Loading branch information
jkakavas authored and mark-vieira committed Jun 28, 2021
1 parent 5d334f2 commit 06ffa9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
excluded-regions:
- ^docs/.*
white-list-labels:
- ':Security/FIPS'
- 'Team:Security'
black-list-labels:
- '>test-mute'
builders:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
excluded-regions:
- ^docs/.*
white-list-labels:
- ':Security/FIPS'
- 'Team:Security'
black-list-labels:
- '>test-mute'
builders:
Expand Down

0 comments on commit 06ffa9a

Please sign in to comment.