-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Align files * Update .nancy-ignore --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Laszlo Uveges <[email protected]>
- Loading branch information
1 parent
bce7c75
commit 83b4f29
Showing
11 changed files
with
26 additions
and
74 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 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@6.13.0 | ||
# devctl@6.14.0 | ||
# | ||
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@6.13.0 | ||
# devctl@6.14.0 | ||
# | ||
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# DO NOT EDIT. Generated with: | ||
# | ||
# devctl@6.13.0 | ||
# devctl@6.14.0 | ||
# | ||
|
||
APPLICATION=$1 | ||
|
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,17 +1,20 @@ | ||
# The Hashicorp consul /sdk and /api libraries are no longer intended for public use. | ||
# Excluding them until dependencies move away. | ||
CVE-2022-29153 until=2023-08-31 | ||
CVE-2022-24687 until=2023-08-31 | ||
CVE-2022-29153 until=2024-01-31 | ||
CVE-2022-24687 until=2024-01-31 | ||
|
||
# pkg:golang/github.com/caddyserver/[email protected] | ||
CVE-2022-29718 until=2023-08-31 | ||
CVE-2022-29718 until=2024-01-31 | ||
|
||
# pkg:golang/github.com/lucas-clemente/[email protected] | ||
CVE-2022-30591 until=2023-08-31 | ||
CVE-2022-30591 until=2024-01-31 | ||
|
||
# pkg:golang/k8s.io/[email protected] | ||
# There is no fix yet | ||
CVE-2020-8561 until=2023-08-31 | ||
CVE-2020-8561 until=2024-01-31 | ||
|
||
# pkg:golang/golang.org/x/[email protected] | ||
CVE-2023-39325 until=2024-01-31 | ||
|
||
# pkg:golang/google.golang.org/[email protected] | ||
CVE-2023-32731 until=2023-08-31 | ||
CVE-2023-32731 until=2024-01-31 |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# DO NOT EDIT. Generated with: | ||
# | ||
# devctl@6.13.0 | ||
# devctl@6.14.0 | ||
# | ||
|
||
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@6.13.0 | ||
# devctl@6.14.0 | ||
# | ||
|
||
PACKAGE_DIR := ./bin-dist | ||
|
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"extends": [ | ||
// Base config - https://github.com/giantswarm/renovate-presets/blob/main/default.json5 | ||
"github>giantswarm/renovate-presets:default.json5", | ||
// Go specific config - https://github.com/giantswarm/renovate-presets/blob/main/lang-go.json5 | ||
"github>giantswarm/renovate-presets:lang-go.json5", | ||
], | ||
} |