Skip to content

Commit

Permalink
linux path
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Dec 16, 2024
1 parent 13167ef commit fb362a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: move endpoint
run: mv qendpoint-backend/target/qendpoint-*-exec.jar qendpoint.jar
- name: Build an image from Dockerfile
run: 'docker build -t docker.io/the-qa-company/qendpoint:${{ github.sha }} -f .\scripts\Dockerfile .'
run: 'docker build -t docker.io/the-qa-company/qendpoint:${{ github.sha }} -f scripts/Dockerfile .'
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.28.0
with:
Expand Down

0 comments on commit fb362a5

Please sign in to comment.