File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 STAGING_URL : https://platform.aws-sandbox-staging.testifysec.dev
1212
1313jobs :
14- cilock-action :
15- name : cilock-action test
16- runs-on : ubuntu-latest
17- steps :
18- - uses : actions/checkout@v4
19-
20- - uses : aflock-ai/cilock-action@main
21- with :
22- step : test-action
23- command : echo "testing cilock-action against staging"
24- attestations : environment git github
25- fulcio-url : ${{ env.STAGING_URL }}
26- archivista-server : ${{ env.STAGING_URL }}/archivista
27- timestamp-servers : ${{ env.STAGING_URL }}/api/v1/timestamp
28- env :
29- INPUT_FULCIO_USE_HTTP : " true"
30- TESTIFYSEC_API_KEY : ${{ secrets.TESTIFYSEC_STAGING_API_KEY }}
14+ # cilock-action job disabled until aflock-ai/cilock-action has node_modules built
15+ # cilock-action:
16+ # name: cilock-action test
17+ # runs-on: ubuntu-latest
18+ # steps:
19+ # - uses: actions/checkout@v4
20+ # - uses: aflock-ai/cilock-action@main
21+ # with:
22+ # step: test-action
23+ # command: echo "testing cilock-action against staging"
24+ # attestations: environment git github
25+ # fulcio-url: ${{ env.STAGING_URL }}
26+ # archivista-server: ${{ env.STAGING_URL }}/archivista
27+ # timestamp-servers: ${{ env.STAGING_URL }}/api/v1/timestamp
28+ # env:
29+ # INPUT_FULCIO_USE_HTTP: "true"
30+ # TESTIFYSEC_API_KEY: ${{ secrets.TESTIFYSEC_STAGING_API_KEY }}
3131
3232 cilock-cli :
3333 name : cilock CLI test
You can’t perform that action at this time.
0 commit comments