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(checks): handle file: and multi: in AVD-DS-005 #60

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 6, 2024

  1. fix(checks): handle file: and multi: in AVD-DS-005

    The reverse engineered `Dockerfile` of an image doesn't exactly match
    the original `Dockerfile`. For example, it doesn't have the original
    source files names. Instead, it uses `file:<hash> in`:
    `ADD file:8b8864b3e02a33a579dc216fd51b28a6047bc8eeaa03045b258980fe0cf7fcb3 in /__cacert_entrypoint.sh`
    
    Such commands should not trigger AVD-DS-005.
    candrews committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    be21df0 View commit details
    Browse the repository at this point in the history