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
This occurred in two separate github actions workflow runs, at
2022-03-03 10:15 GMT
2022-03-03 10:57 GMT
We have had subsequent runs which have gotten past this point of failure so it does seem like an intermittent error. I thought it was worth reporting so that you folks are aware and in case you might want to build in some mitigation.
As I say subsequent runs have succeeded so there is no issue for us.
What I Did
We don't explicitly run the command, we run it from super-linter. Here is our super-linter configuration.
super-lint:
name: Lint Code Base
runs-on: [self-hosted, ubuntu, dataplatform]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Super-Linter
uses: github/super-linter/slim@v4
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_ALL_CODEBASE: false
VALIDATE_PYTHON_ISORT: false
VALIDATE_DOCKERFILE: false
VALIDATE_DOCKERFILE_HADOLINT: false
VALIDATE_GITHUB_ACTIONS: false # disabling until https://github.com/rhysd/actionlint/issues/114 is fixed
VALIDATE_SQLFLUFF: false
Unfortunately I can't provide a link to the failing job because its in a private repository.
Hope this is useful.
The text was updated successfully, but these errors were encountered:
Description
We run terrascan as part of github's super-linter https://github.com/github/super-linter
Today we've experienced an intermittent error where terrascan failed with this error:
This occurred in two separate github actions workflow runs, at
We have had subsequent runs which have gotten past this point of failure so it does seem like an intermittent error. I thought it was worth reporting so that you folks are aware and in case you might want to build in some mitigation.
As I say subsequent runs have succeeded so there is no issue for us.
What I Did
We don't explicitly run the command, we run it from super-linter. Here is our super-linter configuration.
Unfortunately I can't provide a link to the failing job because its in a private repository.
Hope this is useful.
The text was updated successfully, but these errors were encountered: