From 963e4c4d79cedf22e4ba319ffb23e377724fbef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Bustarret?= Date: Mon, 29 Jun 2026 14:12:29 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20ci:=20pin=20caposc=20action?= =?UTF-8?q?=20to=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/start_ccm_e2e/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/start_ccm_e2e/action.yml b/.github/actions/start_ccm_e2e/action.yml index ea73654e..6ab70bba 100644 --- a/.github/actions/start_ccm_e2e/action.yml +++ b/.github/actions/start_ccm_e2e/action.yml @@ -38,7 +38,7 @@ runs: path: "cluster-api-provider-outscale" - name: 👷 Deploy Cluster (VPC) id: caposc - uses: outscale/cluster-api-provider-outscale/.github/actions/deploy_cluster@f0f28f85f1a074a99f997e3e95acaa6b61921a62 # main + uses: outscale/cluster-api-provider-outscale/.github/actions/deploy_cluster@f505cfa8d2bcc452b7a733879f27307859188ed3 # v1.5 with: RUNNER_NAME: ${{ runner.name }} OKS_ACCESS_KEY: ${{ inputs.oks_access_key }} From 6e067610059a94763a9926473184cab850bc6611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Bustarret?= Date: Mon, 29 Jun 2026 14:12:37 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=B7=20ci:=20replace=20sanity-scan/?= =?UTF-8?q?cred=5Fscan=20with=20plumber?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/compliance.yml | 18 ++++++++++++++++++ .github/workflows/cred-scan.yml | 20 -------------------- .github/workflows/github-sanity-scan.yml | 20 -------------------- 3 files changed, 18 insertions(+), 40 deletions(-) create mode 100644 .github/workflows/compliance.yml delete mode 100644 .github/workflows/cred-scan.yml delete mode 100644 .github/workflows/github-sanity-scan.yml diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml new file mode 100644 index 00000000..d3548aa1 --- /dev/null +++ b/.github/workflows/compliance.yml @@ -0,0 +1,18 @@ +name: Compliance + +on: + pull_request: + branches: [ main ] + +permissions: + contents: read + +jobs: + compliance: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - name: Plumber + uses: outscale/.github/pipeline-compliance@d1bf523f2ce3fccb0784dfd03ca3cd5e0b906be8 # main + with: + github-token: ${{ secrets.PLUMBER_TOKEN }} diff --git a/.github/workflows/cred-scan.yml b/.github/workflows/cred-scan.yml deleted file mode 100644 index 5401ab57..00000000 --- a/.github/workflows/cred-scan.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Credential Scanner - -on: - pull_request: - branches: - - main - - kubernetes-* - -permissions: - contents: read - -jobs: - cred-scan: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - name: Scan credentials - uses: outscale/cred-scan@36ef82cc690d72a17bf0993ab323961f1b1f9c66 # main - with: - scan_path: "./" diff --git a/.github/workflows/github-sanity-scan.yml b/.github/workflows/github-sanity-scan.yml deleted file mode 100644 index 36f79c7c..00000000 --- a/.github/workflows/github-sanity-scan.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Github sanity scanner - -on: - pull_request: - branches: - - main - - kubernetes-* - -permissions: - contents: read - -jobs: - github-sanity-scan: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - - name: Github sanity scanner - uses: outscale/github-sanity-scan@380a9927b4be45d9c4f6f66a4e8dfd7cf7b18513 # main - with: - no-pull-request-target: true