Skip to content

Commit

Permalink
test rennovate
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 12, 2024
1 parent a399259 commit bcd08f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/actions/install-tools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ runs:
steps:
- uses: anchore/sbom-action/download-syft@b6a39da80722a2cb0ef5d197531764a89b5d48c3 # v0.15.8

# renovate: datasource=github-tags depName=anchore/grype versioning=semver
- run: "TAG=v0.74.6; curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin $TAG"
- name: install grype
env:
# renovate: datasource=github-tags depName=anchore/grype versioning=semver
VERSION: v0.74.6
run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin $VERSION"
shell: bash

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
".github/actions/install-tools/action.yaml"
],
"matchStrings": [
"# renovate: datasource=github-tags depName=anchore/grype versioning=semver\n.*TAG=(?<currentValue>v[\\d.]+)"
"# renovate: datasource=github-tags depName=anchore/grype versioning=semver\n\\s*VERSION: (?<currentValue>v[\\d.]+)"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "anchore/grype"
Expand Down

0 comments on commit bcd08f9

Please sign in to comment.