Skip to content

Commit

Permalink
fix: use timestamp server
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscoleman committed Oct 17, 2023
1 parent c93b4e0 commit 315cc33
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ jobs:
step: test
enable-archivista: true
enable-sigstore: true
timestamp-servers: https://freetsa.org/tsr"
command: make test

- name: Format
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: fmt
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make fmt
Expand All @@ -52,6 +54,7 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: vet
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make vet
Expand All @@ -60,6 +63,7 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: sast
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make sast
Expand All @@ -68,6 +72,7 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: lint
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make lint
Expand All @@ -76,6 +81,7 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: build
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make build
Expand All @@ -87,6 +93,7 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: docker-build
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make docker-build
Expand Down Expand Up @@ -132,6 +139,7 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: generate-sbom
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make generate-sbom
Expand All @@ -140,6 +148,7 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: secret-scan
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make secret-scan
Expand All @@ -148,6 +157,7 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: cve-scan
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make cve-scan
Expand All @@ -172,6 +182,7 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: release
timestamp-servers: https://freetsa.org/tsr"
enable-archivista: true
enable-sigstore: true
command: make release
Expand Down

0 comments on commit 315cc33

Please sign in to comment.