Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b87ffe4bf5 | ||
|
|
16486220f2 | ||
|
|
d7e1e2bb60 |
1
CODEOWNERS
Normal file
1
CODEOWNERS
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* @kitabisa/security @dwisiswant0
|
||||||
@@ -10,10 +10,6 @@ LABEL repository="https://github.com/kitabisa/sonarqube-action"
|
|||||||
LABEL homepage="https://kitabisa.github.io"
|
LABEL homepage="https://kitabisa.github.io"
|
||||||
LABEL maintainer="dwisiswant0"
|
LABEL maintainer="dwisiswant0"
|
||||||
|
|
||||||
RUN npm config set unsafe-perm true && \
|
|
||||||
npm install --silent --save-dev -g typescript@3.5.2 && \
|
|
||||||
npm config set unsafe-perm false && \
|
|
||||||
apk add --no-cache ca-certificates jq
|
|
||||||
|
|
||||||
ENV NODE_PATH "/usr/lib/node_modules/"
|
ENV NODE_PATH "/usr/lib/node_modules/"
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: SonarQube Scan
|
- name: SonarQube Scan
|
||||||
uses: kitabisa/sonarqube-action@v1.1.0
|
uses: kitabisa/sonarqube-action@v1.1.2
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SONARQUBE_HOST }}
|
host: ${{ secrets.SONARQUBE_HOST }}
|
||||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
login: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user