Skip to content

Commit

Permalink
Update sca-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindbuilt authored Feb 13, 2024
1 parent 683ffe7 commit 3b8e6ef
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/sca-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup local.properties
run: echo "sdk.dir=$ANDROID_HOME" >> local.properties
run: |
cat << EOF >> local.properties
sdk.dir=$ANDROID_HOME
host="${{ secrets.HOST }}"
APIKey="${{ secrets.API_KEY }}"
deliveryToken="${{ secrets.DELIVERY_TOKEN }}"
environment="${{ secrets.ENVIRONMENT }}"
contentType="${{ secrets.CONTENT_TYPE }}"
assetUid="${{ secrets.ASSET_UID }}"
EOF
- uses: snyk/actions/setup@master
- run: snyk test
env:
Expand Down

0 comments on commit 3b8e6ef

Please sign in to comment.