Skip to content

Commit dc68e72

Browse files
committed
feat(ci): add security-scan workflow to scan for vulnerabilities in dependencies for ATP playwright
Related issue: Netcracker/.github#211, Netcracker/.github#223
1 parent eed47c5 commit dc68e72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/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@1a7cc6c881a3fcd92e5607b4c267d3acd07039bb #v2.0.3
63+
uses: Netcracker/qubership-workflow-hub/actions/ghcr-discover-repo-packages@b6d2198c722564e250d985a99990230d85b0d686 #v2.0.3
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@1a7cc6c881a3fcd92e5607b4c267d3acd07039bb #v2.0.3
82+
uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@b6d2198c722564e250d985a99990230d85b0d686 #v2.0.3
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@1a7cc6c881a3fcd92e5607b4c267d3acd07039bb #v2.0.3
91+
uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@b6d2198c722564e250d985a99990230d85b0d686 #v2.0.3
9292
with:
9393
target: ${{ inputs.target || 'docker' }}
9494
image: ${{ inputs.image }}

0 commit comments

Comments
 (0)