Skip to content

Commit

Permalink
chore: fix typo in image workflow (again)
Browse files Browse the repository at this point in the history
Signed-off-by: CI <michael@crenshaw.dev>
  • Loading branch information
crenshaw-dev committed Aug 1, 2022
1 parent 7bd9e1e commit a143f1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
sarif_file: /tmp/argocd-iac-test-install.sarif
- uses: github/codeql-action/upload-sarif@v1
if: github.event_name == 'push'
with: iac-namespace-install
category: Snyk IaC scan for namespace install manifests
with:
category: iac-namespace-install
sarif_file: /tmp/argocd-iac-test-namespace-install.sarif
- run: |
IMAGE_PLATFORMS=linux/amd64
Expand Down

0 comments on commit a143f1d

Please sign in to comment.