Skip to content
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

Initialize terrascan at runtime #5246

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Initialize terrascan at runtime #5246

merged 1 commit into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. fix: initialize terrascan at runtime

    Terrascan runs initialization anyway when scanning files, so there's no
    point in running it at build time. Also, this works around a Terrascan
    bug that caused it to fail its initialization if $HOME/.terrascan
    directory is not present. This happens on GitHub Actions because it
    configures a $HOME directory that is different from ours.
    ferrarimarco committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f5bdb26 View commit details
    Browse the repository at this point in the history