Skip to content

Commit

Permalink
Merge pull request #81 from climbertjh2/fix/ash-permissions-in-image
Browse files Browse the repository at this point in the history
fix(ash): set execute permission on ash script in the container
  • Loading branch information
scrthq authored May 3, 2024
2 parents fab37ab + 0134036 commit 0e4bebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ COPY ./appsec_cfn_rules /ash/appsec_cfn_rules/
COPY ./ash-multi /ash/ash
COPY ./__version__ /ash/__version__

#
# Make sure the ash script is executable
#
RUN chmod +x /ash/ash

#
# Flag ASH as local execution mode since we are running in a container already
#
Expand Down

0 comments on commit 0e4bebf

Please sign in to comment.