Skip to content

Commit 61cc488

Browse files
authored
ci(renovate): change trivy datasource from tags to releases
...because it seems that on the trivy repository tags are created before releases and we multiple times ran into problems where a new tag was present but not a new release. Installing trivy via the setup-trivy action accesses the GitHub releases and fails in such a case.
1 parent 614a265 commit 61cc488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ runs:
151151
- name: Install Trivy
152152
uses: aquasecurity/setup-trivy@3fb12ec12f41e471780db15c232d5dd185dcb514 # v0.2.5
153153
with:
154-
# renovate: datasource=github-tags depName=aquasecurity/trivy
154+
# renovate: datasource=github-releases depName=aquasecurity/trivy
155155
version: v0.69.1
156156
cache: true
157157

0 commit comments

Comments
 (0)