Skip to content

Commit

Permalink
fix: build failing for yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpattnaik780 committed Jan 3, 2024
1 parent ea39234 commit 467aca4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sec-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 467aca4

Please sign in to comment.