Skip to content

Commit a1914b0

Browse files
committed
feat: DEVOPS-67 enable trivy scan
1 parent 68a9f24 commit a1914b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd-stg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
id-token: write
1717
contents: write
1818
runs-on: ubuntu-22.04
19-
if: github.actor != 'dependabot[bot]' && github.ref_name == 'main'
2019
name: "Build image"
2120
strategy:
2221
fail-fast: false
@@ -41,7 +40,7 @@ jobs:
4140
fetch-depth: 0
4241

4342
- name: Docker build and push - staging
44-
uses: Zilliqa/gh-actions-workflows/actions/ci-dockerized-app-build-push@v2
43+
uses: Zilliqa/gh-actions-workflows/actions/ci-dockerized-app-build-push@devops-67
4544
with:
4645
file: ${{ matrix.file }}
4746
context: ${{ matrix.context }}
@@ -53,6 +52,7 @@ jobs:
5352
workload-identity-provider: "${{ secrets.GCP_PRD_GITHUB_WIF }}"
5453
service-account: "${{ secrets.GCP_STG_GITHUB_SA_DOCKER_REGISTRY }}"
5554
cache-key: ${{ env.REGISTRY }}/${{ matrix.image_name }}-cache
55+
trivy-scan: true
5656
build-args: |
5757
DEPLOY_ENV=stg
5858

0 commit comments

Comments
 (0)