Skip to content

Commit

Permalink
fix: fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SwatiEY committed Sep 5, 2024
1 parent ea705cd commit 38718f6
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ jobs:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
push: true
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": "ghcr.io/eyblockchain/timber-updated:latest"}'
# 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/timber-updated:latest"}'

0 comments on commit 38718f6

Please sign in to comment.