Skip to content

Commit

Permalink
#IPF Update Grype version
Browse files Browse the repository at this point in the history
  • Loading branch information
vprivat-ads committed May 22, 2024
1 parent 15256dd commit 8453f7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/build-ipf-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
"ARTIFACTORY_USER=${{ inputs.WERUM_ARTIFACTORY_USER }}"
"ARTIFACTORY_PASS=${{ inputs.WERUM_ARTIFACTORY_PASSWORD }}"
build-args: |
BRANCH=${{ inputs.BRANCH_NAME }}
BRANCH=develop
BRANCH_TEXT=${{ inputs.BRANCH_NAME }}
VERSION=${{ env.VERSION }}
COMMIT_ID=${{ env.COMMIT_ID }}
Expand All @@ -55,6 +55,7 @@ runs:
with:
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
fail-build: false
grype-version: v0.77.4
output-format: json

# DEBUG REPORT NAME
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ipf-s1-l1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- '!main'
- 'release/**'
- 'develop**'
- '*'
workflow_call:
secrets:
WERUM_ARTIFACTORY_USER:
Expand Down
1 change: 1 addition & 0 deletions rs-container/docker_s1_ipf_l1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /app

FROM artifactory.coprs.esa-copernicus.eu/rs-docker/rs-core-base:${BRANCH} as base


FROM artifactory.coprs.esa-copernicus.eu/cfi/processors/s1_l12:3.8.0-light

ARG VERSION
Expand Down

0 comments on commit 8453f7b

Please sign in to comment.