From c72b4e16756d0a803952b234d9e40fd1e7fb5a52 Mon Sep 17 00:00:00 2001 From: Alexandros Gkesos Date: Tue, 21 Oct 2025 14:17:18 +0300 Subject: [PATCH 1/2] Test commit --- test | 1 - 1 file changed, 1 deletion(-) diff --git a/test b/test index 6dc97a4..27ca65c 100644 --- a/test +++ b/test @@ -1,4 +1,3 @@ -alx test123 asd444 From c6e9d214207c26e7e543b566bd2062c2aeaaf39d Mon Sep 17 00:00:00 2001 From: Alexandros Gkesos Date: Tue, 21 Oct 2025 18:40:08 +0300 Subject: [PATCH 2/2] remove the ghsa check --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index f0a7727..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Vulnerability Training Check - -on: - push: - branches: - - '*' - - '!main' - -jobs: - security-approval: - runs-on: ubuntu-latest - steps: - - uses: secureflag/actions/.github/actions/advisory_training_check@main - with: - target_repo: ${{ github.repository }} - gh_token: ${{ secrets.SEC_TOKEN }} - api_endpoint: ${{ secrets.API_ENDPOINT }} - api_token: ${{ secrets.API_TOKEN }}