Skip to content

Commit

Permalink
Add scan CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemcdermott committed Oct 16, 2024
1 parent 1325d5c commit 12ab8b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
coverage=$(sui move coverage summary --path packages/message_transmitter | grep "Move Coverage:" | grep -Eo "[0-9]+" | head -1)
[[ $coverage -ge 99 ]] || { echo "Test Coverage is only ${coverage}%. Should be at least 99%"; exit 1; }
runner: small-spot
# scan:
# needs:
# - run_token_messenger_tests
# - run_message_transmitter_tests
# if: github.event_name == 'pull_request'
# uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
scan:
needs:
- run_token_messenger_tests
- run_message_transmitter_tests
if: github.event_name == 'pull_request'
uses: circlefin/circle-public-github-workflows/.github/workflows/pr-scan.yaml@v1
release-sbom:
needs:
- run_token_messenger_tests
Expand Down
12 changes: 6 additions & 6 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2612,8 +2612,8 @@ __metadata:
linkType: hard

"elliptic@npm:^6.5.4":
version: 6.5.6
resolution: "elliptic@npm:6.5.6"
version: 6.5.7
resolution: "elliptic@npm:6.5.7"
dependencies:
bn.js: ^4.11.9
brorand: ^1.1.0
Expand All @@ -2622,7 +2622,7 @@ __metadata:
inherits: ^2.0.4
minimalistic-assert: ^1.0.1
minimalistic-crypto-utils: ^1.0.1
checksum: 213d778ccfe99ec8f0f871b1cc96a10ac3763d9175215d0a9dc026f291e5f50fea6f635e4e47b4506f9ada25aeb703bd807d8737b880dbb24d092a3001c6d97d
checksum: af0ffddffdbc2fea4eeec74388cd73e62ed5a0eac6711568fb28071566319785df529c968b0bf1250ba4bc628e074b2d64c54a633e034aa6f0c6b152ceb49ab8
languageName: node
linkType: hard

Expand Down Expand Up @@ -4681,12 +4681,12 @@ __metadata:
linkType: hard

"micromatch@npm:^4.0.4":
version: 4.0.7
resolution: "micromatch@npm:4.0.7"
version: 4.0.8
resolution: "micromatch@npm:4.0.8"
dependencies:
braces: ^3.0.3
picomatch: ^2.3.1
checksum: 3cde047d70ad80cf60c787b77198d680db3b8c25b23feb01de5e2652205d9c19f43bd81882f69a0fd1f0cde6a7a122d774998aad3271ddb1b8accf8a0f480cf7
checksum: 79920eb634e6f400b464a954fcfa589c4e7c7143209488e44baf627f9affc8b1e306f41f4f0deedde97e69cb725920879462d3e750ab3bd3c1aed675bb3a8966
languageName: node
linkType: hard

Expand Down

0 comments on commit 12ab8b3

Please sign in to comment.