We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d4aab commit 1f491ecCopy full SHA for 1f491ec
.github/workflows/validate.yaml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
ref: ${{ github.head_ref || github.ref_name }}
49
- uses : ./
50
- name: Run action against repoository
+ name: Run action against repository
51
52
apiUrl: ${{ secrets.CONTRAST__API__URL }}
53
apiUserName: ${{ secrets.CONTRAST__API__USER_NAME }}
Dockerfile
@@ -6,6 +6,8 @@ RUN apk upgrade && \
6
COPY package.json /contrast-local-scanner/package.json
7
RUN cd /contrast-local-scanner && npm i --production
8
9
+ENV ACTIONS_CACHE_SERVICE_V2 true
10
+
11
COPY src /contrast-local-scanner/src
12
13
ENTRYPOINT ["node", "/contrast-local-scanner/src/index.js"]
0 commit comments