Skip to content

Commit cfb31e7

Browse files
authored
Merge pull request #188 from StatCan/bryanpaget-patch-1
chore: update trivy to 0.69.3
2 parents e712724 + bcf3356 commit cfb31e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
# Environment variables available to all jobs and steps in this workflow
1919
env:
2020
REGISTRY_NAME: k8scc01covidacr
21-
TRIVY_VERSION: "v0.57.0"
21+
TRIVY_VERSION: "v0.69.3"
2222
TRIVY_DATABASES: '"ghcr.io/aquasecurity/trivy-db:2","public.ecr.aws/aquasecurity/trivy-db"'
2323
TRIVY_JAVA_DATABASES: '"ghcr.io/aquasecurity/trivy-java-db:1","public.ecr.aws/aquasecurity/trivy-java-db"'
2424
TRIVY_MAX_RETRIES: 5

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
# Environment variables available to all jobs and steps in this workflow
2020
env:
2121
REGISTRY_NAME: k8scc01covidacr
22-
TRIVY_VERSION: "v0.57.0"
22+
TRIVY_VERSION: "v0.69.3"
2323
TRIVY_DATABASES: '"ghcr.io/aquasecurity/trivy-db:2","public.ecr.aws/aquasecurity/trivy-db"'
2424
TRIVY_JAVA_DATABASES: '"ghcr.io/aquasecurity/trivy-java-db:1","public.ecr.aws/aquasecurity/trivy-java-db"'
2525
TRIVY_MAX_RETRIES: 5

0 commit comments

Comments
 (0)