Skip to content

Commit

Permalink
Merge pull request #58 from COPRS/TestUpdateAnchoreVersiontestbuild
Browse files Browse the repository at this point in the history
Update json path according to anchore v3 and force build #IPF
  • Loading branch information
suberti-ads authored May 21, 2024
2 parents c49258a + 3c4df88 commit de80473
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-ipf-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
uses: actions/upload-artifact@v3
with:
name: vulnerabilities-${{ inputs.IMAGE_NAME }}
path: ${{ steps.scan.outputs.vulnerabilities }}
path: ${{ steps.scan.outputs.json }}

- name: Push image
shell: bash
Expand Down
2 changes: 0 additions & 2 deletions rs-container/docker_s1_ipf_l1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ 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
2 changes: 0 additions & 2 deletions rs-container/docker_s1_ipf_l2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ 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 de80473

Please sign in to comment.