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@b6d2198c722564e250d985a99990230d85b0d686 # v2.0.3
63+ uses : Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@3e428f45132119ce49d90f3770a45d4fe1d1078d # v2.0.4
6464 env :
6565 GH_TOKEN : ${{ secrets.GH_ACCESS_TOKEN }}
6666
7979 package : ${{ fromJson(needs.debug-packages.outputs.packages) }}
8080
8181 name : " Run Security Scan (matrix)"
82- uses : netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@b6d2198c722564e250d985a99990230d85b0d686 # v2.0.3
82+ uses : netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@3e428f45132119ce49d90f3770a45d4fe1d1078d # v2.0.4
8383 with :
8484 target : ${{ inputs.target || 'docker' }}
8585 image : ${{ format('{0}:{1}', matrix.package.path, inputs.tag || 'latest') }}
8888 needs : debug-packages
8989 if : ${{ inputs.image != '' && inputs.image != null }}
9090 name : " Run Security Scan (single image)"
91- uses : netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@b6d2198c722564e250d985a99990230d85b0d686 # v2.0.3
91+ uses : netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@3e428f45132119ce49d90f3770a45d4fe1d1078d # v2.0.4
9292 with :
9393 target : ${{ inputs.target || 'docker' }}
9494 image : ${{ inputs.image }}
You can’t perform that action at this time.
0 commit comments