Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zivnevo committed Aug 24, 2021
1 parent d222660 commit ee2e16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ee2e16d

Please sign in to comment.