Skip to content

Commit

Permalink
Need to update the Dockerfile too
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSeccubus committed May 23, 2024
1 parent b3f03d1 commit 0ea4626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN python3 -m venv /run/python/venv ; . /run/python/venv/bin/activate ; pip ins

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY program/* /run/
COPY schemas/* /run/schemas/
COPY entrypoint.sh /run/

ADD https://github.com/mprpic/cvelint/releases/download/v0.2.0/cvelint_Linux_x86_64.tar.gz /tmp/
Expand Down

0 comments on commit 0ea4626

Please sign in to comment.