Skip to content

Commit

Permalink
Merge pull request #57 from catenax-ng/ver-2.1.0
Browse files Browse the repository at this point in the history
[chore|sde-v2.1.0]Update SECURITY.md and trivy image scan workflow updated.
  • Loading branch information
almadigabor authored Sep 4, 2023
2 parents 4a71c04 + 31f36ab commit 92e8191
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
# Path to Docker image
image-ref: "ghcr.io/catenax-ng/tx-managed-simple-data-exchanger-backend:latest"
image-ref: "tractusx/managed-simple-data-exchanger-backend:latest"
format: "sarif"
output: "trivy-results.sarif"
exit-code: "1"
Expand Down
17 changes: 15 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,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).

0 comments on commit 92e8191

Please sign in to comment.