Skip to content

Commit

Permalink
improved trivy test
Browse files Browse the repository at this point in the history
  • Loading branch information
agg3fe committed Aug 28, 2023
1 parent 091c7b1 commit bcdf5b1
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 @@ -79,13 +79,10 @@ jobs:
- name: Build JAR
run: mvn clean package

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

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

0 comments on commit bcdf5b1

Please sign in to comment.