Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update deployment config #148

Merged
merged 14 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 0 additions & 91 deletions .github/workflows/cx-iam-consortia.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ jobs:
- image: tractusx/portal-iam
dockerfile: ./docker/Dockerfile.import
dockernotice: ./docker/notice-iam.md
- image: tractusx/portal-iam-consortia
dockerfile: ./docker/Dockerfile.consortia.import
dockernotice: ./docker/notice-iam-consortia.md
outputs:
chart-version: ${{ steps.chart-version.outputs.current }}
version-check: ${{ steps.version-check.outputs.exists }}
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ on:
env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "portal-iam"
IMAGE_NAME_CONSORTIA: "portal-iam-consortia"

jobs:
analyze-config:
Expand Down Expand Up @@ -98,35 +97,3 @@ jobs:
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
with:
sarif_file: "trivy-results2.sarif"

analyze-portal-iam_consortia-import:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

# It's also possible to scan your private registry with Trivy's built-in image scan.
# All you have to do is set ENV vars.
# Docker Hub needs TRIVY_USERNAME and TRIVY_PASSWORD.
# You don't need to set ENV vars when downloading from a public repository.
# For public images, no ENV vars must be set.
- name: Run Trivy vulnerability scanner
if: always()
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
# Path to Docker image
image-ref: "${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME_CONSORTIA }}:latest"
format: "sarif"
output: "trivy-results3.sarif"
vuln-type: "os,library"

- name: Upload Trivy scan results to GitHub Security tab
if: always()
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac # v3.25.13
with:
sarif_file: "trivy-results3.sarif"
4 changes: 4 additions & 0 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ This project uses the following image content:
- Image: Catena-X Logo
- Source URL: <https://catena-x.net>

## Test Environments

The project contains deployment configuration specific to hosted test environments and needed for end-to-end testing. This configuration is maintained within the [environments](/environments) directory.

## Cryptography

Content may contain encryption software. The country in which you are currently
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ This application provides container images for demonstration purposes.
See Docker notice files for more information:

* [portal-iam](./docker/notice-iam.md)
* [portal-iam-consortia](./docker/notice-iam-consortia.md)
* [portal-iam-seeding](https://github.com/eclipse-tractusx/portal-backend/blob/main/docker/notice-iam-seeding.md)

## License
Expand Down
38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/centralidp/appsetup-dev.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/centralidp/appsetup-int.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/centralidp/appsetup-pen.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions consortia/argocd-app-templates/centralidp/appsetup-rc.yaml

This file was deleted.

Loading