Skip to content

Commit

Permalink
chore: enable all local/ephemeral feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy committed Sep 25, 2023
1 parent cbf2a45 commit 47ead07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions develfeatureflags.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "vulnerability.cves_without_errata_evaluator",
"type": "release",
"enabled": false,
"enabled": true,
"stale": false,
"strategies": [
{
Expand All @@ -18,7 +18,7 @@
{
"name": "vulnerability.cves_without_errata",
"type": "release",
"enabled": false,
"enabled": true,
"stale": false,
"strategies": [
{
Expand All @@ -32,7 +32,7 @@
{
"name": "vulnerability.edge_parity",
"type": "release",
"enabled": false,
"enabled": true,
"stale": false,
"strategies": [
{
Expand All @@ -46,7 +46,7 @@
{
"name": "vulnerability.inventory_groups",
"type": "release",
"enabled": false,
"enabled": true,
"stale": false,
"strategies": [
{
Expand Down

0 comments on commit 47ead07

Please sign in to comment.