Skip to content

Commit e315fa0

Browse files
committed
fix syntax
1 parent 52ca6c1 commit e315fa0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
report_name: 'dd_import_grype_image.json'
4040
so_product_name: ${{ matrix.product_version.product }}
4141
so_branch_name: ${{ matrix.product_version.release }}
42-
# so_api_base_url: ${{ vars.SO_API_BASE_URL }}
43-
# so_api_token: ${{ secrets.SO_API_TOKEN }}
42+
so_api_base_url: https://secobserve.stackable.tech
43+
so_api_token: ${{ secrets.SECOBSERVE_API_TOKEN }}
4444
# - name: Upload results
4545
# uses: actions/upload-artifact@v3
4646
# with:

0 commit comments

Comments
 (0)