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
feat: add Dockerfile analysis for build command detection
Changes:
-Function find_dockerfile_from_job: handles finding Dockerfile inside workflow in 2 cases of workflow jobs: -run and -uses.
-Simple DockerNode class, so far it stores mainly the dockerfile path retrieved from workflow
-Parsing Dockerfile using dockerfile-parse and RUN instruction commands using bashparser.py
-Parsing and storing build commands found in Dockerfiles
Signed-off-by: Achraf Maghous <[email protected]>
0 commit comments