Skip to content

Commit

Permalink
Keep arlas-wui
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamouGisaia committed Jan 23, 2025
1 parent 21b98e1 commit 0a3c899
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 271 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- name: Build -opensource and cloud- Docker images
run: |
docker build -f docker/Dockerfile-production-cloud -t docker.io/gisaia/arlas-wui-cloud:${{ github.sha }} .
docker build -f docker/Dockerfile-production-opensource -t docker.io/gisaia/arlas-wui-opensource:${{ github.sha }} .
docker build -f docker/Dockerfile-production-opensource -t docker.io/gisaia/arlas-wui:${{ github.sha }} .
- name: Run Trivy vulnerability scanner on opensource image
uses: aquasecurity/trivy-action@master
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
image-ref: "docker.io/gisaia/arlas-wui-opensource:${{ github.sha }}"
image-ref: "docker.io/gisaia/arlas-wui:${{ github.sha }}"
format: "table"
exit-code: "1"
ignore-unfixed: true
Expand Down
Loading

0 comments on commit 0a3c899

Please sign in to comment.