Skip to content

Commit

Permalink
* automate dependency scans
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandrbig committed Mar 29, 2024
1 parent 35d113c commit 0a3ad28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/scan.yml
@@ -1,6 +1,3 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Scan dependencies

on:
Expand Down Expand Up @@ -30,5 +27,5 @@ jobs:
- name: Install dependencies
run: yarn
- name: Scan dependencies
run: yarn node ./bin/ts-node-client.js --debug true --branch main --tag $GITHUB_REF_NAME --project Scanner --url https://app.trustsource.io/ --apiKey ${{ secrets.TS_TOKEN }}
run: yarn node ./bin/ts-node-client.js --branch main --tag $GITHUB_REF_NAME --project Scanner --url https://app.trustsource.io/ --apiKey ${{ secrets.TS_TOKEN }}

6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 3.3.1 - 2024-03-29

### Changed
* automate dependency scans


## 3.3.0 - 2024-03-27

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "ts-node-client",
"description": "npm / node module to transfer dependency information to TrustSource server.",
"version": "3.3.0",
"version": "3.3.1",
"homepage": "https://app.trustsource.io/",
"author": {
"name": "Oleksandr Dmukhovskyi",
Expand Down

0 comments on commit 0a3ad28

Please sign in to comment.