Skip to content

Commit

Permalink
Update scan-outputs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 authored Feb 14, 2025
1 parent 5ec82c7 commit dbad3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan-outputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: NCTL Scan - SARIF output
run: nctl scan kubernetes --policies controls/pod-security --resources config-files/k8s --output sarif --output results.sarif --audit-as-warn

- name: Upload SARIF file
- name: Upload SARIF report
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: report.sarif
category: NCTL Scan


- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit dbad3ec

Please # to comment.