Skip to content

Commit

Permalink
Update husky and other deps, fix erroneous test (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow committed Apr 7, 2022
1 parent 94892a6 commit 95d50bf
Show file tree
Hide file tree
Showing 4 changed files with 8,469 additions and 3,144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-grype-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- run: |
LATEST_VERSION=$(curl "https://api.github.com/repos/anchore/grype/releases/latest" 2>/dev/null | jq -r '.tag_name')
echo "export const VERSION = \"$LATEST_VERSION\";" > GrypeVersion.js
echo "exports.GRYPE_VERSION = \"$LATEST_VERSION\";" > GrypeVersion.js
# install husky hooks and dependencies:
npm install
# export the version for use with create-pull-request:
Expand Down
Loading

0 comments on commit 95d50bf

Please sign in to comment.