Skip to content

Commit

Permalink
adding push-to-heimdall step
Browse files Browse the repository at this point in the history
Signed-off-by: Will <will@dower.dev>
  • Loading branch information
wdower committed Aug 22, 2024
1 parent e7835ec commit 3f36e86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
with:
path: results/pipeline_run.json

- name: VALIDATE - Upload to Heimdall
continue-on-error: true
run: |
curl -# -s -F data=@results/pipeline_run.json -F "filename=${{ github.actor }}-pipeline-demo-${{ github.sha }}.json" -F "public=false" -F "${{ github.repository }},${{ github.workflow }}" -H "Authorization: Api-Key ${{ secrets.HEIMDALL_API_KEY }}" "https://heimdall-demo.mitre.org/evaluations"
- name: VERIFY - Display our results summary
uses: mitre/saf_action@v1
with:
Expand Down

0 comments on commit 3f36e86

Please sign in to comment.