From ee67bef2c6cef2d8698b501d65cd650279c32f60 Mon Sep 17 00:00:00 2001 From: Jon Jagger Date: Thu, 14 Dec 2023 12:05:35 +0000 Subject: [PATCH] CI: add dry-run flag to 'attest snyk' command (#30) --- .github/workflows/sub_test_trails.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sub_test_trails.yml b/.github/workflows/sub_test_trails.yml index ea99830..75eef22 100644 --- a/.github/workflows/sub_test_trails.yml +++ b/.github/workflows/sub_test_trails.yml @@ -114,7 +114,8 @@ jobs: --compliant="${KOSLI_LINT_COMPLIANT}" \ --evidence-paths="${LINT_EVIDENCE_DIR}" \ --name=dashboard.lint \ - --trail="${GITHUB_SHA}" + --trail="${GITHUB_SHA}" \ + --dry-run pull-request: if: ${{ github.ref == 'refs/heads/main' }}