Skip to content

Commit

Permalink
Update push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tzurielweisberg authored Mar 9, 2024
1 parent 0939f6c commit 570ab74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
# To enable reachability scanning, add: --reachability
# To enable npm/dotnet non-lock file scanning, add: --package-json / --dotnet-proj
env:
AQUA_KEY: IQlfJvc2Xw6E9ndYV5YEae #${{ secrets.AQUA_KEY }}
AQUA_SECRET: yiw6ZJk3LVrjLAVVgDKpxgbgEMQ0jwiCOni #${{ secrets.AQUA_SECRET }}
AQUA_KEY: ${{ secrets.AQUA_KEY_CLOUD_DEV }}
AQUA_SECRET: ${{ secrets.AQUA_SECRET_CLOUD_DEV }}
GITHUB_TOKEN: ${{ github.token }}
AQUA_URL: https://api.dev.supply-chain.cloud.aquasec.com
CSPM_URL: https://stage.api.cloudsploit.com
Expand Down

0 comments on commit 570ab74

Please sign in to comment.