Skip to content

Commit

Permalink
fix scanner (#327)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Aug 19, 2022
1 parent eedae58 commit cc0f445
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tags: ghcr.io/podkrepi-bg/api:pr

- name: Scan with Mondoo
uses: mondoohq/actions@main
uses: mondoohq/actions@new_syntax
with:
service_account_credentials: ${{ secrets.MONDOO_SECRET }}
scan_type: docker_image
Expand All @@ -45,7 +45,7 @@ jobs:
tags: ghcr.io/podkrepi-bg/api/migrations:pr

- name: Scan with Mondoo
uses: mondoohq/actions@main
uses: mondoohq/actions@new_syntax
with:
service_account_credentials: ${{ secrets.MONDOO_SECRET }}
scan_type: docker_image
Expand All @@ -64,7 +64,7 @@ jobs:
run: kustomize build manifests/overlays/development > dev-manifests.yaml

- name: Scan development manifests with Mondoo
uses: mondoohq/actions@main
uses: mondoohq/actions@new_syntax
with:
service_account_credentials: ${{ secrets.MONDOO_SECRET }}
scan_type: k8s
Expand All @@ -74,7 +74,7 @@ jobs:
run: kustomize build manifests/overlays/production > prod-manifests.yaml

- name: Scan production manifests with Mondoo
uses: mondoohq/actions@main
uses: mondoohq/actions@new_syntax
with:
service_account_credentials: ${{ secrets.MONDOO_SECRET }}
scan_type: k8s
Expand Down

1 comment on commit cc0f445

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 72.42% 1804/2491
🔴 Branches 44.81% 216/482
🔴 Functions 45.02% 217/482
🟡 Lines 70.49% 1593/2260

Test suite run success

172 tests passing in 62 suites.

Report generated by 🧪jest coverage report action from cc0f445

Please sign in to comment.