Skip to content

Commit

Permalink
#IPF Deactivate Inspect step and delete json report (seems not genera…
Browse files Browse the repository at this point in the history
…ted anymore)
  • Loading branch information
suberti-ads committed May 21, 2024
1 parent 3c4df88 commit c6b17d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/actions/build-ipf-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,22 @@ 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 }}
# DEBUG
# - 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: Upload Anchore scan json report
uses: actions/upload-artifact@v3
with:
name: vulnerabilities-${{ inputs.IMAGE_NAME }}
path: ${{ steps.scan.outputs.json }}
# No more json report file
# - name: Upload Anchore scan json report
# uses: actions/upload-artifact@v3
# with:
# name: vulnerabilities-${{ inputs.IMAGE_NAME }}
# path: ${{ steps.scan.outputs.json }}

- 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-light

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

Please sign in to comment.