Skip to content

Commit

Permalink
Upgrading Sonarqube to 8.9.7 LTS (#13)
Browse files Browse the repository at this point in the history
* Updating docker file

* Removing slack notification from PR

* Adding slack notification on PR

* Removing slack notifications from pull_request

* Adding slack notification

* Removing github token

* Modifying github_token

* MOdifying stakater_github_token
  • Loading branch information
Muneebstakater authored Mar 9, 2022
1 parent ff4a181 commit faf9ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
fields: repo,author,action,eventName,ref,workflow
env:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/sonarqube:8.9.2-community
FROM docker.io/sonarqube:8.9.7-community

ENV CUSTOM_PLUGINS_DIR=/opt/sonarqube/extensions/plugins

Expand Down

0 comments on commit faf9ecf

Please sign in to comment.