We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cd15a commit 68f7973Copy full SHA for 68f7973
vulnfeeds/cmd/debian/Dockerfile
@@ -31,4 +31,6 @@ WORKDIR /root/
31
COPY --from=GO_BUILD /src/debian-osv ./
32
COPY ./cmd/debian/run_debian_convert.sh ./
33
34
+RUN chmod 755 ./run_debian_convert.sh
35
+
36
ENTRYPOINT ["/root/run_debian_convert.sh"]
vulnfeeds/cmd/debian/run_debian_convert.sh
100644
100755
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-## Converts alpine security advisory into general affected package information
+## Converts Debian security tracker into general affected package information
4
## Then uploads the results to google cloud store.
5
##
6
## This script is intended to be the entrypoint of the docker image.
0 commit comments