File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ RUN apk add --no-cache \
88 git \
99 wget \
1010 curl \
11- bash
11+ bash \
12+ jq
1213
1314# Build reviewdog
1415RUN git clone --depth 1 --branch ${REVIEWDOG_VERSION} https://github.com/reviewdog/reviewdog.git /reviewdog \
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ inputs:
4343runs :
4444 using : ' docker'
4545 image : ' docker://ghcr.io/step-security/action-misspell:v1.27.2@sha256:48851cc796153d2a4486364f250f671156d56c31cab2a8bbcf215423512552cd' # v1.27.2
46- env :
47- REPO_PRIVATE : ${{ github.event.repository.private }}
4846branding :
4947 icon : ' edit'
5048 color : ' gray-dark'
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# validate subscription status
4+ REPO_PRIVATE=$( jq -r ' .repository.private | tostring' " $GITHUB_EVENT_PATH " 2> /dev/null || echo " " )
45UPSTREAM=" reviewdog/action-misspell"
56ACTION_REPO=" ${GITHUB_ACTION_REPOSITORY:- } "
67DOCS_URL=" https://docs.stepsecurity.io/actions/stepsecurity-maintained-actions"
You can’t perform that action at this time.
0 commit comments