diff --git a/.github/workflows/endorlabs.yml b/.github/workflows/endorlabs.yml index 4dda387..8d4e0fd 100644 --- a/.github/workflows/endorlabs.yml +++ b/.github/workflows/endorlabs.yml @@ -42,13 +42,13 @@ jobs: # run: mvn clean install - name: Endor Labs scan pull request if: github.event_name == 'pull_request' - uses: endorlabs/github-action@d5bf0a5acb1377e4d471e6570eec2b1093a5e423 + uses: endorlabs/github-action@a976557f19ca26ac1dd024ae8fdebc9ff0b6ef66 with: namespace: "example" # Modify the namespace to your Endor Labs tenant namespace. sarif_file: findings.sarif - name: Endor Labs scan monitor if: github.event_name == 'push' - uses: endorlabs/github-action@d5bf0a5acb1377e4d471e6570eec2b1093a5e423 + uses: endorlabs/github-action@a976557f19ca26ac1dd024ae8fdebc9ff0b6ef66 with: namespace: "example" # Modify the namespace to your Endor Labs tenant namespace. ci_run: "false"