Skip to content

Commit

Permalink
Merge pull request #52 from COPRS/TestUpdateAnchoreVersiontestbuild
Browse files Browse the repository at this point in the history
Use inspect step before uploading SARIF file and force #IPF S1 L1 L2 build
  • Loading branch information
suberti-ads authored May 7, 2024
2 parents 3505f3a + d36672b commit 3f235df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/actions/build-ipf-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ runs:
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
fail-build: false

- name: Inspect action SARIF report
shell: bash
run: cat ${{ 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: Inspect action SARIF report
shell: bash
run: cat ${{ steps.scan.outputs.sarif }}

- name: Upload Anchore scan json report
uses: actions/upload-artifact@v2
with:
Expand Down
1 change: 0 additions & 1 deletion rs-container/docker_s1_ipf_l1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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

ARG VERSION
Expand Down
1 change: 0 additions & 1 deletion rs-container/docker_s1_ipf_l2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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

ARG VERSION
Expand Down

0 comments on commit 3f235df

Please sign in to comment.