-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa05932
commit 0ae7505
Showing
10 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# DO NOT EDIT. Generated with: | ||
# | ||
# devctl@4.6.1 | ||
# devctl@4.9.2 | ||
# | ||
name: Create Release | ||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# DO NOT EDIT. Generated with: | ||
# | ||
# devctl@4.6.1 | ||
# devctl@4.9.2 | ||
# | ||
name: Create Release PR | ||
on: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# DO NOT EDIT. Generated with: | ||
# | ||
# devctl@4.6.1 | ||
# devctl@4.9.2 | ||
# | ||
name: gitleaks | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# Affects all versions of archiver which is required by vault. | ||
# Taken from: https://github.com/giantswarm/opsctl/pull/1072/files#diff-bbe4a7fb12c43622bce7c6840c770e9995be614626a219942ca138403629cb69R1 | ||
CVE-2019-10743 until=2021-10-17 | ||
|
||
# [CVE-2020-26160] jwt-go before 4.0.0-preview1 allows attackers to bypass intended access restrict... | ||
CVE-2020-26160 until=2021-07-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# DO NOT EDIT. Generated with: | ||
# | ||
# devctl@4.6.1 | ||
# devctl@4.9.2 | ||
# | ||
|
||
include Makefile.*.mk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# DO NOT EDIT. Generated with: | ||
# | ||
# devctl@4.6.1 | ||
# devctl@4.9.2 | ||
# | ||
|
||
##@ App | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"extends": [ | ||
"config:base", | ||
":reviewer(team:giantswarm/team-firecracker-engineers)" | ||
], | ||
"packageRules": [ | ||
{ | ||
"matchPackagePatterns": [".*giantswarm.*"], | ||
"groupName": "giantswarm modules" | ||
}, | ||
{ | ||
"matchPackagePatterns": ["^k8s.io", "^sigs.k8s.io"], | ||
"groupName": "k8s modules" | ||
}, | ||
{ | ||
"excludePackagePatterns": [".*giantswarm.*" ,"^k8s.io", "^sigs.k8s.io"], | ||
"groupName": "etc modules" | ||
}, | ||
{ | ||
"matchPackagePatterns": ["^k8s.io"], | ||
"allowedVersions": "< 0.21.0" | ||
}, | ||
{ | ||
"matchPackageNames": ["sigs.k8s.io/controller-runtime"], | ||
"allowedVersions": "< 0.7.0" | ||
} | ||
], | ||
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"], | ||
"dependencyDashboard": true, | ||
"ignorePaths": [ | ||
".github/workflows/zz_generated.*", | ||
".github/workflows/codeql-analysis.yml" | ||
], | ||
"ignoreDeps": [ | ||
"architect", | ||
"zricethezav/gitleaks-action" | ||
], | ||
"schedule": [ "after 9am on thursday" ] | ||
} |