Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kyma-project/infrastructure-manager…
Browse files Browse the repository at this point in the history
… into kubeconfig_secret_creation
  • Loading branch information
Disper committed Sep 22, 2023
2 parents 259850d + ca8df31 commit 07abe58
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: Feature request
about: Suggest an improvement to the project
labels: ["area/control-plane", "kind/feature"]
projects: ["kyma-project/24"]
---

<!-- Thank you for your contribution. Before you submit the issue:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Run unit tests
on:
push:
branches: [ "main" ]
pull_request:
# Trigger for Pull Request
branches: [ "main" ]

on: [push, pull_request]

permissions:
contents: read
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# related to OSX
.DS_Store

# Binaries for programs and plugins
*.exe
Expand Down
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func main() {
// LeaderElectionReleaseOnCancel: true,
})
if err != nil {
setupLog.Error(err, "unable to start manager :(")
setupLog.Error(err, "unable to start manager")
os.Exit(1)
}

Expand Down
8 changes: 8 additions & 0 deletions sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module-name: infrastructure-manager
protecode:
- europe-docker.pkg.dev/kyma-project/prod/infrastructure-manager:v20230914-5174362c
whitesource:
language: golang-mod
subprojects: false
exclude:
- "**/*_test.go"

0 comments on commit 07abe58

Please sign in to comment.