Skip to content

Commit 68f7973

Browse files
hogo6002CharlyReux
authored andcommitted
Modify Debian convert script permission. (#2102)
1 parent b3cd15a commit 68f7973

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

vulnfeeds/cmd/debian/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ WORKDIR /root/
3131
COPY --from=GO_BUILD /src/debian-osv ./
3232
COPY ./cmd/debian/run_debian_convert.sh ./
3333

34+
RUN chmod 755 ./run_debian_convert.sh
35+
3436
ENTRYPOINT ["/root/run_debian_convert.sh"]

vulnfeeds/cmd/debian/run_debian_convert.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
## Converts alpine security advisory into general affected package information
3+
## Converts Debian security tracker into general affected package information
44
## Then uploads the results to google cloud store.
55
##
66
## This script is intended to be the entrypoint of the docker image.

0 commit comments

Comments
 (0)