From ee2e16d854932e1431fd7654d79c0cd731f1868a Mon Sep 17 00:00:00 2001 From: Ziv Nevo <79099626+zivnevo@users.noreply.github.com> Date: Tue, 24 Aug 2021 16:11:41 +0300 Subject: [PATCH] Update action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index e3f8338..f091529 100644 --- a/action.yaml +++ b/action.yaml @@ -24,5 +24,5 @@ runs: - name: Baseline requirements validation uses: docker://ghcr.io/shift-left-netconfig/baseline-rules-verifier:1.1 with: - args: -b ${{ inputs.corporate-policies }} -r ${{ github.workspace }}/repo/${{ inputs.deployment-path }} ${{ github.workspace }}/repo/${{ inputs.netpol-path }} --pr_url https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.number }}/comments --tmp_dir /tmp --gh_token ${{ github.token }} --nca_path /nca + args: -b ${{ inputs.corporate-policies }} -r /github/workspace/repo/${{ inputs.deployment-path }} /github/workspace/repo/${{ inputs.netpol-path }} --pr_url https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.number }}/comments --tmp_dir /tmp --gh_token ${{ github.token }} --nca_path /nca