File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 steps :
6161 - name : List GHCR packages for this repo
6262 id : ghcr
63- uses : Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@3e428f45132119ce49d90f3770a45d4fe1d1078d # v2.0.4
63+ uses : Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@396774180000abdb825cbf150b56cc59c6913db8 # v2.0.5
6464 env :
6565 GH_TOKEN : ${{ secrets.GH_ACCESS_TOKEN }}
6666
8585 package : ${{ fromJson(needs.debug-packages.outputs.packages) }}
8686
8787 name : " Run Security Scan (matrix)"
88- uses : netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@3e428f45132119ce49d90f3770a45d4fe1d1078d # v2.0.4
88+ uses : netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@396774180000abdb825cbf150b56cc59c6913db8 # v2.0.5
8989 with :
9090 target : ${{ inputs.target || 'docker' }}
9191 image : ${{ format('{0}:{1}', matrix.package.path, inputs.tag || 'latest') }}
9494 needs : debug-packages
9595 if : ${{ inputs.image != '' && inputs.image != null }}
9696 name : " Run Security Scan (single image)"
97- uses : netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@3e428f45132119ce49d90f3770a45d4fe1d1078d # v2.0.4
97+ uses : netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@396774180000abdb825cbf150b56cc59c6913db8 # v2.0.5
9898 with :
9999 target : ${{ inputs.target || 'docker' }}
100100 image : ${{ inputs.image }}
You can’t perform that action at this time.
0 commit comments