Skip to content

Commit

Permalink
Update aquasec-scanner-cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreazorzetto authored Jun 2, 2024
1 parent 67d4434 commit 33d5ea8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/aquasec-scanner-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

env:
# Registry name as configured in Aqua integrations
IMAGE_REGISTRY: 'dh-andreazorzetto'
IMAGE_REGISTRY: "dh-az-1"
SCANNER_VERSION: "2405.22.9"


jobs:

Expand All @@ -23,7 +25,7 @@ jobs:

# The following 2 steps can be replaced building the scanner cli within the builder image
- name: Get Aquasec commercial scanner
run: wget --user ${{ secrets.AQUAREG_USER }} --password ${{ secrets.AQUAREG_PSWD }} https://download.aquasec.com/scanner/2022.4/scannercli
run: wget --user ${{ secrets.AQUAREG_USER }} --password ${{ secrets.AQUAREG_PSWD }} https://download.aquasec.com/scanner/$SCANNER_VERSION/scannercli

- name: Executable permissions
run: chmod +x scannercli
Expand Down

0 comments on commit 33d5ea8

Please sign in to comment.