mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Merged in fix-custom-releases (pull request #104)
Fix snyk auth for custom releases Approved-by: Steve Smith Approved-by: Dylan Rathbone
This commit is contained in:
commit
3b8817ffd9
@ -711,6 +711,6 @@ pipelines:
|
||||
- >
|
||||
docker build -t atlassian/confluence-server:${DOCKER_TAG}
|
||||
--build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} .
|
||||
- snyk auth @SNYK_TOKEN
|
||||
- snyk auth $SNYK_TOKEN
|
||||
- snyk container test atlassian/confluence-server:${DOCKER_TAG} --severity-threshold=high
|
||||
- docker push atlassian/confluence-server:${DOCKER_TAG}
|
||||
|
@ -166,6 +166,6 @@ pipelines:
|
||||
- >
|
||||
docker build -t atlassian/confluence-server:${DOCKER_TAG}
|
||||
--build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} .
|
||||
- snyk auth @SNYK_TOKEN
|
||||
- snyk auth $SNYK_TOKEN
|
||||
- snyk container test atlassian/confluence-server:${DOCKER_TAG} --severity-threshold=high
|
||||
- docker push atlassian/confluence-server:${DOCKER_TAG}
|
||||
|
Loading…
Reference in New Issue
Block a user