Skip to content

Commit

Permalink
fix: align to TRG guidelines, adjust target repo and aggregate with m…
Browse files Browse the repository at this point in the history
…ain project.
  • Loading branch information
drcgjung committed Nov 16, 2023
1 parent e416c6b commit 43a8530
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/helm-chart-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ on:
inputs:
node_image:
description: 'kindest/node image for k8s kind cluster'
# k8s version from 3.1 release as default
default: 'kindest/node:v1.24.6'
# k8s version from 3.3 release as default
default: 'kindest/node:v1.27.3'
required: false
type: string
upgrade_from:
description: 'chart version to upgrade from'
# chart version from 3.2 release as default
default: 'x.x.x'
required: false
type: string
Expand Down Expand Up @@ -94,9 +93,9 @@ jobs:
uses: container-tools/kind-action@61f1afd4807b0dac84f3232ec99e45c63701d220 # v2.0.1
with:
# upgrade version, default (v0.17.0) uses node image v1.21.1 and doesn't work with more recent node image versions
version: v0.19.0
version: v0.20.0
# default value for event_name != workflow_dispatch
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.24.6' }}
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.27.3' }}
if: github.event_name != 'pull_request' || env.CHART_CHANGED == 'true'

- name: Build Java/Docker via Maven
Expand Down
3 changes: 1 addition & 2 deletions .tractusx
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
###############################################################

product: "Tractus-X Knowledge Agents AAS Bridges (KA-AAS)"
leadingRepository: "https://github.com/eclipse-tractusx/knowledge-agents-aas-bridge"
repositories: []
leadingRepository: "https://github.com/eclipse-tractusx/knowledge-agents"
17 changes: 15 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,18 @@

## Reporting a Vulnerability

Please report a found vulnerability here:
[https://www.eclipse.org/security/](https://www.eclipse.org/security/)
Please do **not** report security vulnerabilities through public GitHub issues.

Please report vulnerabilities to this repository via **GitHub security advisories** instead.

__How?__ Inside affected repository --> security tab

for contributor:
--> Report a vulnerability

for committer:
--> advisories --> New draft security advisory

In severe cases, you can also report a found vulnerability via mail or eclipse issue here: https://www.eclipse.org/security/

See [Eclipse Foundation Vulnerability Reporting Policy](https://www.eclipse.org/projects/handbook/#vulnerability).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<repository>
<id>github</id>
<name>Tractus-X Maven Repository on Github</name>
<url>https://maven.pkg.github.com/catenax-ng/tx-knowledge-agents-aas-bridge</url>
<url>https://maven.pkg.github.com/eclipse-tractusx/knowledge-agents-aas-bridge</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 43a8530

Please sign in to comment.