Skip to content

Commit 107b58f

Browse files
committed
chore: update security scan workflows to use version 2.0.4 of GHCR package actions
1 parent 4597851 commit 107b58f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

workflow-templates/security-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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

@@ -79,7 +79,7 @@ jobs:
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') }}
@@ -88,7 +88,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)