Skip to content

Commit

Permalink
Merge pull request #174 from bci-oss/bug-fix/improve-trivy-test
Browse files Browse the repository at this point in the history
Feat: Improved Trivy scan
  • Loading branch information
tunacicek authored Aug 29, 2023
2 parents 97d6054 + 860a629 commit b041125
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 @@ -69,13 +69,10 @@ jobs:
- name: Build JAR
run: mvn clean package -DskipTests

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

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

0 comments on commit b041125

Please sign in to comment.