Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #174

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
57c4a77
fix: package.json & package-lock.json to reduce vulnerabilities
snyk-bot Dec 26, 2020
12463d6
Merge pull request #1 from B020239/snyk-fix-de08bbc38eceb81147e922896…
B020239 Dec 26, 2020
965edc2
fix: package.json & package-lock.json to reduce vulnerabilities
snyk-bot Dec 29, 2020
f23c286
Merge pull request #7 from B020239/snyk-fix-93d87a10f2ab6b83b178684a5…
B020239 Dec 30, 2020
545b9aa
fix: translations/es-XL/content/actions/creating-actions/dockerfile-s…
snyk-bot Jun 26, 2021
8237473
fix: translations/ko-KR/content/actions/creating-actions/dockerfile-s…
snyk-bot Jul 1, 2021
c25c25f
fix: translations/de-DE/content/actions/creating-actions/dockerfile-s…
snyk-bot Jul 2, 2021
55ef6a3
Merge pull request #61 from B020239/snyk-fix-caec899c077f0319b2b620aa…
B020239 Jul 2, 2021
9e83e0c
Merge pull request #60 from B020239/snyk-fix-7bcc5dbdf3354168717d05d0…
B020239 Jul 2, 2021
87826d7
fix: translations/ko-KR/content/actions/creating-actions/dockerfile-s…
snyk-bot Jul 2, 2021
8f5cf36
Merge pull request #63 from B020239/snyk-fix-cf56e611401adacd7c1b90c8…
B020239 Jul 2, 2021
79ffbb7
fix: package.json to reduce vulnerabilities
snyk-bot Dec 31, 2021
e6cddbe
Merge pull request #96 from B020239/snyk-fix-928a65805373d7fc4bc48bb5…
B020239 Dec 31, 2021
5798cde
Merge pull request #51 from B020239/snyk-fix-f07fae9410b0ed601888d1bb…
B020239 Jan 5, 2022
a3b6f2c
fix: translations/ja-JP/content/actions/creating-actions/dockerfile-s…
snyk-bot Jan 28, 2022
90e6a79
fix: content/actions/creating-actions/dockerfile-support-for-github-a…
snyk-bot Jan 28, 2022
e80014c
Merge pull request #112 from B020239/snyk-fix-f78e78d4384388ee3ccc09b…
B020239 Feb 3, 2022
c193123
Merge pull request #111 from B020239/snyk-fix-13b7a690a1a987e9c6ac1f1…
B020239 Feb 3, 2022
2323b31
fix: package.json to reduce vulnerabilities
snyk-bot Apr 4, 2022
9181441
Merge pull request #124 from B020239/snyk-fix-dee29cb90795cba6181fa04…
B020239 Apr 4, 2022
b64ff4e
fix: package.json to reduce vulnerabilities
snyk-bot May 14, 2022
1e6d26e
Merge pull request #141 from B020239/snyk-fix-3a7c9d37c70271e6fe74a6e…
B020239 May 14, 2022
5e9d860
fix: package.json to reduce vulnerabilities
snyk-bot Jun 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENTRYPOINT ["sh", "-c", "echo $GITHUB_SHA"]
##### Example *Dockerfile*
```
# Container image that runs your code
FROM debian:9.5-slim
FROM debian:stretch-20211201-slim

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
Loading