Skip to content

Commit c03c813

Browse files
authored
Merge pull request #7 from step-security/fix/curl_problem
fix: Added curl to be installed in docker file and update image tag
2 parents 3c87d1b + 8950594 commit c03c813

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
reporter: github-check
1919
level: warning
2020
filter_mode: nofilter
21+
markdownlint_flags: . -i README.md SECURITY.md
2122

2223
- name: markdownlint-github-pr-review
2324
uses: ./
2425
with:
2526
github_token: ${{ secrets.GITHUB_TOKEN }}
2627
reporter: github-pr-review
28+
markdownlint_flags: . -i README.md SECURITY.md

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update \
1111
ca-certificates \
1212
git \
1313
wget \
14+
curl \
1415
&& apt-get clean \
1516
&& rm -rf /var/lib/apt/lists/*
1617
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/fd59714416d6d9a1c0692d872e38e7f8448df4fc/install.sh \

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ inputs:
4040
default: '.'
4141
runs:
4242
using: 'docker'
43-
image: 'docker://ghcr.io/amanstep/action-markdown-lint@sha256:2f2bee56beb1f33896e2cdd53be1a9e40b5b460e2ad29fc262b0372a6411f937'
43+
image: 'docker://ghcr.io/amanstep/action-markdown-lint@sha256:f8966b3235a824ba0b525cdd82e4f118dd1d20a061b311ba99973ba2b5f03740'
4444
branding:
4545
icon: 'zoom-in'
4646
color: 'purple'

0 commit comments

Comments
 (0)