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