Skip to content

Commit

Permalink
chore: added code for scan Image
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Jun 12, 2024
1 parent 13d08b0 commit 1a46570
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ jobs:

ScanImage:
name: Aquasec scan
runs-on: ubuntu-latest
needs: [BuildDockerImage]
steps:
- name: Trigger Aquascan Image Scan
uses: convictional/[email protected]
with:
owner: ${{ github.repository_owner }}
repo: saas-platform-iac-automation
github_token: ${{ secrets.GPR_TOKEN_WITH_WORKFLOW_RIGHT }}
workflow_file_name: image-scan-workflow.yml
ref: master
wait_interval: 11
propagate_failure: true
trigger_workflow: true
wait_workflow: true
client_payload: '{"image": "${{ secrets.GHCR_REGISTRY }}/eyblockchain/ocm-timber:latest"}'
runs-on: ubuntu-latest
needs: [BuildDockerImage]
steps:
- name: Trigger Aquascan Image Scan
uses: convictional/[email protected]
with:
owner: ${{ github.repository_owner }}
repo: saas-platform-iac-automation
github_token: ${{ secrets.GPR_TOKEN_WITH_WORKFLOW_RIGHT }}
workflow_file_name: image-scan-workflow.yml
ref: master
wait_interval: 11
propagate_failure: true
trigger_workflow: true
wait_workflow: true
client_payload: '{"image": "${{ secrets.GHCR_REGISTRY }}/eyblockchain/ocm-timber:latest"}'

0 comments on commit 1a46570

Please sign in to comment.