diff --git a/.gitea/workflows/scan.yaml b/.gitea/workflows/scan.yaml new file mode 100644 index 0000000..d61fb78 --- /dev/null +++ b/.gitea/workflows/scan.yaml @@ -0,0 +1,20 @@ +on: + push: + branches: + - main + pull_request: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Install TruffleHog + run: | + curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh \ + | sh -s -- -b /usr/local/bin + - name: Secret Scanning + run: trufflehog git file://. --fail --no-update --results=verified,unknown \ No newline at end of file diff --git a/apps/overlays/upc-dev/forte-drop/keycloak-client-forte-drop.yaml b/apps/overlays/upc-dev/forte-drop/keycloak-client-forte-drop.yaml index 64906dd..92bfb6e 100644 --- a/apps/overlays/upc-dev/forte-drop/keycloak-client-forte-drop.yaml +++ b/apps/overlays/upc-dev/forte-drop/keycloak-client-forte-drop.yaml @@ -1,8 +1,3 @@ -# Labeled config Secret read by the Keycloak Client Registrar. Kyverno clones it -# to the keycloak namespace; a CronJob registers the OIDC client in the forte -# realm and writes the credentials back as forte-drop-oidc-credentials in THIS -# namespace (~2 min). The forte-helm auth sidecar (auth.type: oidc) consumes that -# registrar-created Secret automatically — no manual SealedSecret step needed. apiVersion: v1 kind: Secret metadata: diff --git a/infra/base/gitea/gitea.yaml b/infra/base/gitea/gitea.yaml index cc4f60f..1db4e5a 100644 --- a/infra/base/gitea/gitea.yaml +++ b/infra/base/gitea/gitea.yaml @@ -17,7 +17,7 @@ spec: sources: - repoURL: https://dl.gitea.com/charts chart: gitea - targetRevision: "12.5.0" + targetRevision: "12.6.0" helm: releaseName: gitea valueFiles: