We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e58167 commit f167874Copy full SHA for f167874
.github/workflows/container-registry-ghcr.yaml
@@ -10,7 +10,7 @@ name: Container Registry GHCR
10
"on":
11
push:
12
branches:
13
- - master
+ - main
14
paths:
15
- api/**
16
- controllers/**
@@ -108,4 +108,4 @@ jobs:
108
- name: Upload Trivy scan results to GitHub Security tab
109
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
110
with:
111
- sarif_file: trivy-results.sarif
+ sarif_file: trivy-results.sarif
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+## v2.0.0 - 2025-05-27
2
+
3
+- Dependency update
4
+- Added go-makefile-maker
5
+- Added gh-actions
6
+- Change from yaml.v2 to go-yaml
7
+- Configure renovate
0 commit comments