Skip to content

Commit

Permalink
Merge pull request #2906 from lorengordon/fix/release-body
Browse files Browse the repository at this point in the history
Adds scan location to body of github release in windows CI
  • Loading branch information
lorengordon authored May 19, 2023
2 parents 766f5a5 + 5127d7b commit d95ef07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
$env:SATS_SLUG = "plus3it/watchmaker"
$env:SATS_TAG = $APP_VERSION
$env:SATS_COMMITTISH = $env:BUILD_SOURCEVERSION
$env:SATS_BODY = "* [${APP_NAME} v${APP_VERSION} CHANGELOG](https://github.com/plus3it/${APP_NAME}/blob/${APP_VERSION}/CHANGELOG.md)"
$env:SATS_BODY = "* [${APP_NAME} v${APP_VERSION} CHANGELOG](https://github.com/plus3it/${APP_NAME}/blob/${APP_VERSION}/CHANGELOG.md)\n* [${APP_NAME} v${APP_VERSION} SCAP REPORTS](https://watchmaker.cloudarmor.io/list.html#releases/${APP_VERSION}/scans/)"
$env:SATS_REL_NAME = "Release v${APP_VERSION}"
$env:SATS_FILES_FILE = "$(artifactDirFull)\satsuki-files.json"
python -m pip install -r "$(artifactDirFull)\deploy.txt"
Expand Down

0 comments on commit d95ef07

Please sign in to comment.