Skip to content

Commit

Permalink
fix the dry-run yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalecha committed Jul 2, 2024
1 parent 0080d77 commit 49df558
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
version: v1.1.0
alias:
values:
cssc : mcr.microsoft.com/acr/cssc:56f0765
steps:
- id: acr-cli-filter
cmd: |
mcr.microsoft.com/acr/cssc:56f0765 cssc patch --dry-run --filter-policy-file {{.Values.CONFIGPATH}}
cssc acr cssc patch --dry-run --filter-policy-file {{.Values.CONFIGPATH}}
env:
- ACR_EXPERIMENTAL_CSSC=true

0 comments on commit 49df558

Please sign in to comment.