From 467aca4c1897c904964ef0fee522543db4b088b4 Mon Sep 17 00:00:00 2001 From: rkpattnaik780 Date: Wed, 3 Jan 2024 13:18:12 +0530 Subject: [PATCH] fix: build failing for yaml lint --- .github/workflows/sec-scan.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sec-scan.yml b/.github/workflows/sec-scan.yml index a305dfb4d..41bcca5f5 100644 --- a/.github/workflows/sec-scan.yml +++ b/.github/workflows/sec-scan.yml @@ -85,21 +85,21 @@ jobs: - name: setup python uses: actions/setup-python@v4 with: - python-version: '3.10' # install the python version needed + python-version: '3.10' # install the python version needed - name: install python packages run: | python -m pip install --upgrade pip pip install requests - - name: execute py script # run trial.py + - name: execute py script # run trial.py env: - HASH_N : ${{ steps.hash-n.outputs.HASH_N }} + HASH_N: ${{ steps.hash-n.outputs.HASH_N }} RELEASE_VERSION_N: 2023b HASH_N_1: ${{ steps.hash-n-1.outputs.HASH_N_1 }} RELEASE_VERSION_N_1: 2023a - run: make scan-image-vulnerabilities + run: make scan-image-vulnerabilities - name: Push the files run: |