Skip to content

Commit 4e0a843

Browse files
authored
Merge branch 'main' into sqlserver_apt_upgrade
2 parents 1b1b097 + 4349142 commit 4e0a843

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
gh-token: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: 'Run Trivy vulnerability scanner in repo mode'
30-
uses: aquasecurity/trivy-action@0.34.2
30+
uses: aquasecurity/trivy-action@0.35.0
3131
if: always()
3232
# docker run --rm -v trivy_cache:/root/.cache/ aquasec/trivy fs --debug --format table --exit-code 1 --ignore-unfixed --vuln-type os,library --scanners vuln,secret --severity CRITICAL,HIGH .
3333
with:
@@ -41,7 +41,7 @@ jobs:
4141
cache-dir: .trivy
4242

4343
- name: 'Run Trivy vulnerability scanner in IaC mode'
44-
uses: aquasecurity/trivy-action@0.34.2
44+
uses: aquasecurity/trivy-action@0.35.0
4545
if: always()
4646
# docker run --rm -v trivy_cache:/root/.cache/ aquasec/trivy config --debug --format table --exit-code 1 --severity CRITICAL,HIGH .
4747
with:

docker-compose.svg

Lines changed: 1 addition & 1 deletion
Loading

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ services:
167167
restart: unless-stopped
168168

169169
tiles3d-proxy:
170-
image: traefik:3.6.9
170+
image: traefik:v3.6.10
171171
container_name: traefik-tiles3d-proxy
172172
restart: unless-stopped
173173
networks:

0 commit comments

Comments
 (0)