-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Octokit problem #34
Comments
The warning is caused by a dependency ( |
Thanks for your fast response. When will come a new update? |
It seems to be behaving as expected. It exited code 2 because you have new warnings. What's the issue you're trying to report? |
There's no ETA for the update/release.
I think the warning, despite everything working as expected better to update. |
I can't share repository and log because it's private and has copyright. But the workflow is:
On 4. step I got a warning/issue which forces action to fail but it will create a report file. Thanks |
The Octokit warning is not the cause why the build fails but the warnings/alerts ZAP found |
To be clear why would it fail if there is a warning. Is this just a hacky way of giving alerts? How do you change the verbosity so that it fails on actual issues only? |
If with "it" you are referring to the action itself, that's #31. |
You can just specify a rules file with the relevant rules to IGNORE instead of WARN. |
Hi guys, Just tried the new release v0.3.0 and got:
By default ZAP Docker container will fail that is alright, but can we add and set Thanks |
@njox the |
Having the same problem and tried the various workarounds but didn't have any luck. Is there an ETA for v0.4.0 currently? Would love to start using the action in production, but at the moment it fails our builds. |
For the record, the new version is now available. |
Currently, I can't check the new version, but someone can test it, and if everything seems to be ok then the issue can be closed. Thanks |
I'll be online in about an hour and can test it to close the issue. |
The issue should be kept open as the deprecation was not yet addressed. |
Issue still seems to be reproducing on v0.4.0, albeit with an exit code 3 instead of 2.
|
@SamRobinson123 please provide a link to your config/use. |
@kingthorin Workflow is part of a private repository and so i'll put it here. Please note, i've removed the target website in this example.
|
Thanks. You mentioned your use exited with code 3, that's not related to Alerts, you seem to have some other failure. |
@sshniro is addressing the deprecation warning as simple as updating our dependencies? |
The update would address the warning (actions/toolkit#333), not sure if it's as simple as, it's a major update (from 1.x to 2.x). |
Hi @kingthorin , I will test this scenario in the coming weekend and will send a PR. |
I am getting a similar error: https://github.com/jasikpark/jasik-xyz/runs/1521221382?check_suite_focus=true |
Was this issue resolved? Do we have configurable fail_action to pass the workflow even if we observe the findings? |
The issue #31 was resolved and released in the latest version. |
Hey, did anyone find a fix for the Otokit dependancy issue? I'm running zaproxy/[email protected]. Thanks |
This no longer happens with the latest version (v0.8.0). |
Hi, when I trigger module I got this:
It seems that the importing library @octokit/rest is wrong.
The text was updated successfully, but these errors were encountered: