Skip to content

Commit

Permalink
Align files (#830)
Browse files Browse the repository at this point in the history
* Align files

* Update .nancy-ignore

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Laszlo Uveges <[email protected]>
  • Loading branch information
3 people authored Oct 26, 2023
1 parent bce7c75 commit 83b4f29
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
architect: giantswarm/architect@4.31.0
architect: giantswarm/architect@4.33.0

workflows:
go-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.create_release.yaml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zz_generated.create_release_pr.yaml
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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zz_generated.gitleaks.yaml
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: gitleaks

Expand All @@ -14,4 +14,4 @@ jobs:
with:
fetch-depth: '0'
- name: gitleaks-action
uses: zricethezav/gitleaks-action@v1.6.0
uses: giantswarm/gitleaks-action@main
2 changes: 1 addition & 1 deletion .github/zz_generated.windows-code-signing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# DO NOT EDIT. Generated with:
#
# devctl@6.13.0
# devctl@6.14.0
#

APPLICATION=$1
Expand Down
15 changes: 9 additions & 6 deletions .nancy-ignore
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
args: [ --format=json ]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
# check for unresolved merge conflicts
Expand Down
2 changes: 1 addition & 1 deletion Makefile
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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.gen.go.mk
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
Expand Down
59 changes: 0 additions & 59 deletions renovate.json

This file was deleted.

8 changes: 8 additions & 0 deletions renovate.json5
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",
],
}

0 comments on commit 83b4f29

Please sign in to comment.