Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix codeql category error #10137

Merged
merged 1 commit into from
Jul 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ jobs:
- uses: github/codeql-action/upload-sarif@v1
if: github.event_name == 'push'
with:
category: Snyk code scan
category: code
sarif_file: /tmp/argocd-test.sarif
- uses: github/codeql-action/upload-sarif@v1
if: github.event_name == 'push'
with:
category: Snyk IaC scan for cluster install manifests
category: iac-install
sarif_file: /tmp/argocd-iac-test-install.sarif
- uses: github/codeql-action/upload-sarif@v1
if: github.event_name == 'push'
with:
with: iac-namespace-install
category: Snyk IaC scan for namespace install manifests
sarif_file: /tmp/argocd-iac-test-namespace-install.sarif
- run: |
Expand All @@ -96,7 +96,7 @@ jobs:
- uses: github/codeql-action/upload-sarif@v1
if: github.event_name == 'push'
with:
category: Snyk scan for Argo CD image
category: image
sarif_file: /tmp/argocd-image.sarif

# deploy
Expand Down