Skip to content

Commit

Permalink
Update trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin committed Nov 7, 2024
1 parent 11603ba commit b687b3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
needs: [frontend, backend, marketing]
steps:
- name: Trivy - Frontend
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: retrospected/frontend:alpha
format: "table"
Expand All @@ -146,7 +146,7 @@ jobs:
vuln-type: "os,library"
severity: "CRITICAL"
- name: Trivy - Backend
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: retrospected/backend:alpha
format: "table"
Expand All @@ -155,7 +155,7 @@ jobs:
vuln-type: "os,library"
severity: "CRITICAL"
- name: Trivy - Marketing
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: retrospected/marketing:alpha
format: "table"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
needs: [frontend, backend, marketing]
steps:
- name: Trivy - Frontend
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: retrospected/frontend:canary
format: "table"
Expand All @@ -174,7 +174,7 @@ jobs:
vuln-type: "os,library"
severity: "CRITICAL"
- name: Trivy - Backend
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: retrospected/backend:canary
format: "table"
Expand All @@ -183,7 +183,7 @@ jobs:
vuln-type: "os,library"
severity: "CRITICAL"
- name: Trivy - Marketing
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: retrospected/marketing:canary
format: "table"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Integration only (test)"

on:
push:
branches: [v552/integrationx]
branches: [v552/integration]

jobs:
integration:
Expand Down

0 comments on commit b687b3a

Please sign in to comment.