Skip to content

Commit

Permalink
applied new_syntax for the mondoo action (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: quantum-grit <[email protected]>
  • Loading branch information
quantum-grit and quantum-grit authored Sep 4, 2022
1 parent c55d107 commit 76de640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ghcr.io/podkrepi-bg/api:${{ env.VERSION }}
- 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 Down Expand Up @@ -87,7 +87,7 @@ jobs:
ghcr.io/podkrepi-bg/api/migrations:${{ env.VERSION }}
- 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 Down Expand Up @@ -139,7 +139,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 @@ -149,7 +149,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

2 comments on commit 76de640

@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 76de640

@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 76de640

Please sign in to comment.