You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried gitrivy in a workflow but it triggers the following error:
Run homoluctus/gitrivy@master
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` insteadDownload URL: https://github.com/aquasecurity/trivy/releases/download/v0.14.0/trivy_0.14.0_Linux-64bit.tar.gzTrivy Command Path: /home/runner/work/prestashop-docker/prestashop-docker/trivyError: SyntaxError: Unexpected end of JSON input at JSON.parse (<anonymous>) at Trivy.scan (/home/runner/work/_actions/homoluctus/gitrivy/master/dist/index.js:13839:69) at /home/runner/work/_actions/homoluctus/gitrivy/master/dist/index.js:7114:34 at Generator.next (<anonymous>) at fulfilled (/home/runner/work/_actions/homoluctus/gitrivy/master/dist/index.js:7077:58)Error: Unexpected end of JSON input
Hi guys,
Hope you are all well !
I tried gitrivy in a workflow but it triggers the following error:
Here is my workflow https://github.com/lucmichalski/prestashop-docker/blob/docker-trivy/.github/workflows/security.yml
Any chance or ideas how to sort it out ?
Cheers,
Luc Michalski
The text was updated successfully, but these errors were encountered: