Skip to content

Commit

Permalink
fix container scanning in release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Aug 8, 2022
1 parent 08c73ae commit 549b4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
service_account_credentials: ${{ secrets.MONDOO_SECRET }}
scan_type: docker_image
docker_image_name: ghcr.io/podkrepi-bg/frontend/api:${{ env.VERSION }}
docker_image_name: ghcr.io/podkrepi-bg/api:${{ env.VERSION }}

build-migrations-docker-image:
name: Build migrations docker image
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
service_account_credentials: ${{ secrets.MONDOO_SECRET }}
scan_type: docker_image
docker_image_name: ghcr.io/podkrepi-bg/frontend/api/migrations:${{ env.VERSION }}
docker_image_name: ghcr.io/podkrepi-bg/api/migrations:${{ env.VERSION }}

scan-manifests:
name: Scan k8s manifests
Expand Down

2 comments on commit 549b4f7

@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.06% 1736/2409
🔴 Branches 43.28% 190/439
🔴 Functions 44.16% 208/471
🟡 Lines 70.06% 1528/2181

Test suite run success

169 tests passing in 62 suites.

Report generated by 🧪jest coverage report action from 549b4f7

@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.06% 1736/2409
🔴 Branches 43.28% 190/439
🔴 Functions 44.16% 208/471
🟡 Lines 70.06% 1528/2181

Test suite run success

169 tests passing in 62 suites.

Report generated by 🧪jest coverage report action from 549b4f7

Please sign in to comment.