Skip to content

Commit

Permalink
CI: Remove debug flag on attest commands (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 14, 2023
1 parent f358e25 commit d65da74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/sub_test_trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
--artifact-type=docker \
--name=dashboard.snyk-scan \
--scan-results=snyk.json \
--trail="${GITHUB_SHA}" \
--debug
--trail="${GITHUB_SHA}"
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -140,6 +139,5 @@ jobs:
--artifact-type=docker \
--github-token=${{ secrets.GITHUB_TOKEN }} \
--name=dashboard.pull-request \
--trail="${GITHUB_SHA}" \
--debug
--trail="${GITHUB_SHA}"

0 comments on commit d65da74

Please sign in to comment.