Skip to content

Commit

Permalink
Bump sec image, change feature flag to false (#47)
Browse files Browse the repository at this point in the history
<!-- Thank you for your contribution. Before you submit the pull
request:
1. Follow contributing guidelines, templates, the recommended Git
workflow, and any related documentation.
2. Read and submit the required Contributor Licence Agreements
(https://github.com/kyma-project/community/blob/main/CONTRIBUTING.md#agreements-and-licenses).
3. Test your changes and attach their results to the pull request.
4. Update the relevant documentation.

If the pull request requires a decision, follow the [decision-making
process](https://github.com/kyma-project/community/blob/main/governance.md)
and replace the PR template with the [decision record
template](https://github.com/kyma-project/community/blob/main/.github/ISSUE_TEMPLATE/decision-record.md).
-->

**Description**

Changes proposed in this pull request:

- ...
- ...
- ...

**Related issue(s)**
<!-- If you refer to a particular issue, provide its number. For
example, `Resolves #123`, `Fixes #43`, or `See also #33`. -->
  • Loading branch information
kyma-bot authored Nov 22, 2023
2 parents e4b4fa5 + 8a017c2 commit 2012bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
- name: APP_DIRECTOR_OAUTH_PATH
value: /director-secret/director.yaml
- name : APP_ENABLED_REGISTRATION
value: "true"
value: "false"
volumeMounts:
- name: director-oauth
mountPath: /director-secret/
Expand Down
2 changes: 1 addition & 1 deletion sec-scanners-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module-name: compass-manager
protecode:
- europe-docker.pkg.dev/kyma-project/prod/compass-manager:v20231025-d94a34b6
- europe-docker.pkg.dev/kyma-project/prod/compass-manager:v20231122-e4b4fa5b
whitesource:
language: golang-mod
subprojects: false
Expand Down

0 comments on commit 2012bf8

Please sign in to comment.