diff --git a/workflow-templates/security-scan-apihub.yml b/workflow-templates/security-scan-apihub.yml index 12c7c8f..3e5b669 100644 --- a/workflow-templates/security-scan-apihub.yml +++ b/workflow-templates/security-scan-apihub.yml @@ -86,7 +86,7 @@ jobs: package: ${{ fromJson(needs.debug-packages.outputs.packages) }} name: "Run Security Scan (matrix)" - uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: target: ${{ inputs.target || 'docker' }} image: ${{ format('{0}:{1}', matrix.package.path, inputs.tag || 'dev') }} @@ -95,7 +95,7 @@ jobs: needs: debug-packages if: ${{ inputs.image != '' && inputs.image != null }} name: "Run Security Scan (single image)" - uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: target: ${{ inputs.target || 'docker' }} image: ${{ inputs.image }} diff --git a/workflow-templates/security-scan-with-config.yml b/workflow-templates/security-scan-with-config.yml index aa21574..3280991 100644 --- a/workflow-templates/security-scan-with-config.yml +++ b/workflow-templates/security-scan-with-config.yml @@ -105,7 +105,7 @@ jobs: package: ${{ fromJson(needs.load-config.outputs.packages) }} name: "Scan (matrix)" - uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: target: ${{ inputs.target || 'docker' }} image: ${{ format('{0}:{1}', matrix.package.image, inputs.tag || matrix.package.security_tag) }} @@ -127,7 +127,7 @@ jobs: package: ${{ fromJson(needs.load-config.outputs.packages) }} name: "Scan (matrix, manual overrides)" - uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: target: ${{ inputs.target || 'docker' }} image: ${{ format('{0}:{1}', matrix.package.image, inputs.tag || matrix.package.security_tag) }} @@ -144,7 +144,7 @@ jobs: packages: read if: ${{ inputs.image != '' && inputs.image != null }} name: "Scan (single image)" - uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: target: ${{ inputs.target || 'docker' }} image: ${{ inputs.image }} diff --git a/workflow-templates/security-scan.yml b/workflow-templates/security-scan.yml index 58354b4..4829471 100644 --- a/workflow-templates/security-scan.yml +++ b/workflow-templates/security-scan.yml @@ -85,7 +85,7 @@ jobs: package: ${{ fromJson(needs.debug-packages.outputs.packages) }} name: "Run Security Scan (matrix)" - uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: target: ${{ inputs.target || 'docker' }} image: ${{ format('{0}:{1}', matrix.package.path, inputs.tag || 'latest') }} @@ -94,7 +94,7 @@ jobs: needs: debug-packages if: ${{ inputs.image != '' && inputs.image != null }} name: "Run Security Scan (single image)" - uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@d11baa8a4b42d1a931808c0766ee23eb344c47dd #v2.2.0 + uses: netcracker/qubership-workflow-hub/.github/workflows/re-security-scan.yml@6a2de8d62ac5b6998e30f923613c998c263ea9f2 #v2.2.2 with: target: ${{ inputs.target || 'docker' }} image: ${{ inputs.image }}