Skip to content

Commit

Permalink
Merge pull request #48 from COPRS/TestUpdateAnchoreVersiontestbuild
Browse files Browse the repository at this point in the history
#IPF Deactivate anchor report generation and force IPF S L1 S1 L2 generation
  • Loading branch information
suberti-ads authored May 7, 2024
2 parents b996b65 + 437762f commit 677c2ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/actions/build-ipf-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ runs:
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
fail-build: false

- name: Upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
# - name: Upload Anchore scan SARIF report
# uses: github/codeql-action/upload-sarif@v3
# with:
# sarif_file: ${{ steps.scan.outputs.sarif }}

- name: Upload Anchore scan json report
uses: actions/upload-artifact@v3
with:
name: vulnerabilities-${{ inputs.IMAGE_NAME }}
path: ${{ steps.scan.outputs.vulnerabilities }}
# - name: Upload Anchore scan json report
# uses: actions/upload-artifact@v3
# with:
# name: vulnerabilities-${{ inputs.IMAGE_NAME }}
# path: ${{ steps.scan.outputs.vulnerabilities }}

- name: Push image
shell: bash
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

ARG VERSION
Expand Down
1 change: 1 addition & 0 deletions rs-container/docker_s1_ipf_l2/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

ARG VERSION
Expand Down

0 comments on commit 677c2ef

Please sign in to comment.