Skip to content

Commit

Permalink
Update Main for Secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranesh-Shrestha authored Dec 18, 2024
1 parent f59559a commit 948aa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Main for Secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
steps:
- name: Install curl
run: |
apk update
apk install -y curl
docker run --rm node:18-alpine apk update
docker run --rm node:18-alpine apk add --no-cache curl
- env:
SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }}
run: echo $SCAN_ID
Expand Down

0 comments on commit 948aa2a

Please sign in to comment.