Skip to content

Commit

Permalink
Update relyance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BioMark3r authored Jun 12, 2024
1 parent 533ad25 commit 73b821c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/relyance.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: Relyance SCI Scan

on:
#TODO: Modify the cron job schedule below.
schedule:
- cron: "0 20 * * *"
workflow_dispatch:

jobs:
#TODO: Modify the job names and the machine below if you would like.
execute-relyance-sci:
name: Relyance SCI Job
runs-on: ubuntu-latest
Expand All @@ -16,7 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

# TODO: Update the docker pull command in the "run" section below. Recommend setting the ACCESS_TOKEN as an environment variable.
- name: Pull and run SCI binary
run: |-
docker pull gcr.io/relyance-ext/compliance_inspector:release && \
Expand Down

0 comments on commit 73b821c

Please sign in to comment.