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

🌱 fix verify-release.sh to understand go directive better #643

Merged
merged 1 commit into from
Aug 14, 2024

Commits on Aug 14, 2024

  1. fix verify-release.sh to understand go directive better

    Currently it fails to do the vulnerability scan if the go directive
    has golang patch version in it, like "1.22.3", as it replaces "1.22"
    with "1.22.5" it finds from Dockerfile, resulting to "1.22.5.3"
    which blows up.
    
    Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
    tuminoid committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8bd1a3e View commit details
    Browse the repository at this point in the history