Skip to content

Commit

Permalink
fix: wrong env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpattnaik780 committed Jan 8, 2024
1 parent d3a6457 commit 712a95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sec-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
HASH_N_1: ${{ steps.hash-n-1.outputs.HASH_N_1 }}
RELEASE_VERSION_N_1: 2023a

LATEST_MAIN_COMMIT: ${{ steps.hash-main.outputs.HASH_N }}
LATEST_MAIN_COMMIT: ${{ steps.hash-main.outputs.LATEST_MAIN_COMMIT }}
run: make scan-image-vulnerabilities

- name: Push the files
Expand Down

0 comments on commit 712a95e

Please sign in to comment.