Skip to content

Commit

Permalink
Merge pull request #35 from endorlabs/update_container_workflow
Browse files Browse the repository at this point in the history
Update container workflow
  • Loading branch information
shivaprakash236 authored Jul 29, 2024
2 parents 9801249 + 49d9894 commit 8aada78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sign-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
options:
- https://api.staging.endorlabs.com
- https://api.endorlabs.com
push:

jobs:
release:
Expand All @@ -33,7 +32,7 @@ jobs:
run: mvn clean install -Dskiptests=true


- name: Endor Labs Scan
- name: Endor Labs Code Scan
uses: endorlabs/github-action@main
with:
namespace: ${{ inputs.namespace }}
Expand Down Expand Up @@ -62,7 +61,7 @@ jobs:
api: ${{ inputs.api }}
artifact_name: ${{ env.ARTIFACT }}

- name: Endor Labs Scan
- name: Endor Labs Container Scan
uses: endorlabs/github-action@main
with:
namespace: ${{ inputs.namespace }}
Expand Down

0 comments on commit 8aada78

Please sign in to comment.