We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi We found that checkov silently failed during docker build in macos arm64 builds, so we need to test it too
GH workflow from the screenshot: https://github.com/antonbabenko/pre-commit-terraform/blob/5583e992c3f141a2436106fdfc958731ffee86d2/.github/workflows/build-image-test.yaml Relater PR: antonbabenko/pre-commit-terraform#636
The text was updated successfully, but these errors were encountered:
From what I see, to support non-Linux, we need to get rid of Dockerfile and install all needed stuff directly to GH runner by bash(?)/JS/TS.
BuildPulseLLC/buildpulse-action@247355c pypa/gh-action-pypi-publish#57 (comment)
Or use the next workaround: wzieba/Firebase-Distribution-Github-Action#24 (comment)
Sorry, something went wrong.
No branches or pull requests
Hi
We found that checkov silently failed during docker build in macos arm64 builds, so we need to test it too
GH workflow from the screenshot: https://github.com/antonbabenko/pre-commit-terraform/blob/5583e992c3f141a2436106fdfc958731ffee86d2/.github/workflows/build-image-test.yaml
Relater PR: antonbabenko/pre-commit-terraform#636
The text was updated successfully, but these errors were encountered: