From 4b4fd3ef669fcdc07d342832722115c3b1fe1fba Mon Sep 17 00:00:00 2001 From: vishal-deriv <107232432+vishal-deriv@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:01:19 +0530 Subject: [PATCH 1/2] Update sast.yaml removed duplicate names --- .github/workflows/sast.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index 0b0bde6b..2c14b2cd 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -10,10 +10,6 @@ on: push # branches: # - "*" -name: Static analysis - -on: push - jobs: static_analysis: runs-on: ubuntu-latest From 5a1c13c4727365d7a90c3463dd4c168c4e1a495c Mon Sep 17 00:00:00 2001 From: vishal-deriv <107232432+vishal-deriv@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:21:06 +0530 Subject: [PATCH 2/2] Update sast.yaml --- .github/workflows/sast.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index 2c14b2cd..549cf1c0 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -19,8 +19,11 @@ jobs: uses: actions/checkout@v2 - name: Clone libtins - run: | - git clone https://github.com/the-tcpdump-group/libtins.git vendor/libtins + env: + GH_PAT: ${{ secrets.GH_PAT }} + run: | + git clone https://x-access-token:${GH_PAT}@github.com/the-tcpdump-group/libtins.git vendor/libtins + - name: Setup OpenSSL run: |