Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into refactor_output
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Sep 26, 2024
2 parents fc7def7 + be39e19 commit 3edfa27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "CLA Assistant"
if: ${{ steps.sign-or-recheck.outputs.match != '' || github.event_name == 'pull_request_target' }}
# Alpha Release
uses: cla-assistant/github-action@v2.3.0
uses: cla-assistant/github-action@v2.6.0
env:
# Generated and maintained by GitHub
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions jas/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ func CreateJasScanner(serverDetails *config.ServerDetails, validateSecrets bool,
if len(serverDetails.XrayUrl) != 0 {
log.Debug("Xray URL provided without platform URL")
}
if len(serverDetails.ArtifactoryUrl) != 0 {
log.Debug("Artifactory URL provided without platform URL")
}
log.Warn(NoServerUrlWarn)
return
}
Expand Down

0 comments on commit 3edfa27

Please sign in to comment.