Skip to content

Commit

Permalink
Merge pull request #8 from nirmata/use-nctl-scan-action
Browse files Browse the repository at this point in the history
Change job names
  • Loading branch information
anusha94 authored Feb 5, 2024
2 parents c871c76 + 60e3d89 commit f37a449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nctl-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "main"

jobs:
Scan-K8s-Manifests:
NCTL-Scan-Manifests:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand All @@ -34,6 +34,6 @@ jobs:
# run: nctl scan terraform --policies controls/s3-best-practices --resources config-files/terraform --details

- name: NCTL Scan - Dockerfile
run: nctl scan dockerfile --policies controls/dockerfile-best-practices --resources config-files/dockerfile --details
run: nctl scan dockerfile --policies controls/dockerfile-best-practices --resources config-files/dockerfile

- run: echo "🍏 This job's status is ${{ job.status }}."
2 changes: 1 addition & 1 deletion .github/workflows/scan-outputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "main"

jobs:
Scan-K8s-Manifests:
Scan-Output-Formats:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down

0 comments on commit f37a449

Please sign in to comment.