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 08c940c commit d2bf5ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Main for Secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,16 @@ jobs:
INVISIRISK_PORTAL: https://app.stage.veribom.com/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
container:
image: node:18-alpine
image: node:18-buster
options: --cap-add=NET_ADMIN --privileged
strategy:
matrix:
node-version: [18.x]
steps:
- name: Install curl
run: apk update && apk add --no-cache curl
run: |
apt-get update
apt-get install -y curl
- env:
SCAN_ID: ${{ needs.create_scan_in_IR_Portal.outputs.scan_id }}
Expand Down

0 comments on commit d2bf5ac

Please sign in to comment.