Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dannykim-endor committed Oct 24, 2024
1 parent 72e2c88 commit d370ba6
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/endorlabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,7 @@ jobs:
- name: Compile Package
run: mvn clean install

- name: Endor Labs Workflow Dispatch
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: endorlabs/github-action@736c93ea52b002f2ac229aaeb273b102cbf6fe12
with:
namespace: ${{ github.event.inputs.tenant_name }}
scan_summary_output_type: "table"
pr: "false"
enable_github_action_token: "true"
scan_dependencies: "true"
scan_secrets: "true"
scan_git_logs: "true"
additional_args: "--as-default-branch --api=${{ github.event.inputs.api }} >> json.txt & cat json.txt"


- name: Endor Labs Call Graph Generation
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: endorlabs/github-action@e4ee275237b23c0071efa2e3966654ee64880a90
Expand Down

0 comments on commit d370ba6

Please sign in to comment.