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 071e70b commit 55c8a46
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/scan-outputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
- name: Check nctl version
run: nctl version

- name: NCTL Scan - Concise Report
run: nctl scan kubernetes --policies controls/pod-security --resources config-files/k8s --details --audit-as-warn
# - name: NCTL Scan - Concise Report
# run: nctl scan kubernetes --policies controls/pod-security --resources config-files/k8s --details --audit-as-warn

- name: NCTL Scan - Detailed Report
run: nctl scan kubernetes --policies controls/pod-security --resources config-files/k8s --details --audit-as-warn
# - name: NCTL Scan - Detailed Report
# run: nctl scan kubernetes --policies controls/pod-security --resources config-files/k8s --details --audit-as-warn

- name: NCTL Scan - JSON output
run: nctl scan kubernetes --policies controls/pod-security --resources config-files/k8s --output json --audit-as-warn
# - name: NCTL Scan - JSON output
# run: nctl scan kubernetes --policies controls/pod-security --resources config-files/k8s --output json --audit-as-warn

- name: NCTL Scan - YAML output
run: nctl scan kubernetes --policies controls/pod-security --resources config-files/k8s --output yaml
# - name: NCTL Scan - YAML output
# run: nctl scan kubernetes --policies controls/pod-security --resources config-files/k8s --output yaml

- 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: 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 report
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 55c8a46

Please sign in to comment.