Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#207 from bci-oss/feature/improve-…
Browse files Browse the repository at this point in the history
…trivy-test

improved Trivy test
  • Loading branch information
tunacicek authored Aug 28, 2023
2 parents 4b718d0 + 0fa6b68 commit c60608b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,10 @@ jobs:
- name: Build JAR
run: mvn clean package

- name: Build Image
run: docker build -t registry -f ./backend/Dockerfile .

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: registry
image-ref: "tractusx/sldt-digital-twin-registry:latest"
# ignore-unfixed: true
exit-code: "1"
hide-progress: false
Expand Down

0 comments on commit c60608b

Please sign in to comment.