Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pohanhuangtw committed Mar 19, 2024
1 parent 48cc36c commit 27a9ce6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ RUN zypper in -y jq docker && zypper clean
COPY run-scan.sh /usr/bin
COPY utils.sh /usr/bin

ENTRYPOINT ["/usr/bin/run-scan.sh -e GITHUB_OUTPUT=${GITHUB_OUTPUT}"]
# 设置脚本为可执行权限
RUN chmod +x /usr/bin/run-scan.sh

# 设置 ENTRYPOINT 为脚本路径
ENTRYPOINT ["/usr/bin/run-scan.sh"]

0 comments on commit 27a9ce6

Please sign in to comment.