Skip to content

Commit

Permalink
build: Add missing VirusTotal scan during build
Browse files Browse the repository at this point in the history
  • Loading branch information
mountaindude committed Mar 10, 2023
1 parent 70acdee commit ff3741a
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
artifacts: ./${{ needs.release-please.outputs.release_tag_name }}-macos.zip
token: ${{ github.token }}

- name: Tidy up before existing
- name: Tidy up before exiting
run: |
rm -r release-macos
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
artifacts: ./${{ needs.release-please.outputs.release_tag_name }}-linux.zip
token: ${{ github.token }}

- name: Tidy up before existing
- name: Tidy up before exiting
run: |
rm -r release-linux
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
artifacts: release-win/${{ needs.release-please.outputs.release_tag_name }}-win.zip
token: ${{ github.token }}

- name: Tidy up before existing
- name: Tidy up before exiting
run: |
dir
Remove-Item -path ./release-win -recurse
19 changes: 19 additions & 0 deletions .github/workflows/virus-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: released

on:
release:
types: [published]

jobs:
virustotal:
runs-on: ubuntu-latest
steps:
-
name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v3
with:
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }}
request_rate: 4
update_release_body: true
files: |
.zip$
52 changes: 52 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,58 @@
* Update sample docker-compose file ([3f2f0b5](https://github.com/ptarmiganlabs/butler-spyglass/commit/3f2f0b57ada55bcd7f069a444cccb4efea935cec))


### Miscellaneous

* **deps:** update docker/build-push-action action to v4 ([8b41abf](https://github.com/ptarmiganlabs/butler-spyglass/commit/8b41abf113ff365bea3f7f83677596806737f538))
* **deps:** Updated dependencies ([fae3a34](https://github.com/ptarmiganlabs/butler-spyglass/commit/fae3a34b4010edace7d20eddaaca3d26f76316c0))
* **master:** release butler-spyglass 2.0.0 ([ea8f2a9](https://github.com/ptarmiganlabs/butler-spyglass/commit/ea8f2a9af2ef68751ffb63acc65bc7f76e34ad97))
* **master:** release butler-spyglass 2.0.0 ([8d836e5](https://github.com/ptarmiganlabs/butler-spyglass/commit/8d836e59967ad582900709544106d64cb3e702b6))
* **master:** release butler-spyglass 2.0.0 ([4fd81bb](https://github.com/ptarmiganlabs/butler-spyglass/commit/4fd81bbe837ba1c9c0ebff6c52e2b922c149838d))
* Update code linting setup ([ab931f0](https://github.com/ptarmiganlabs/butler-spyglass/commit/ab931f0d96cfef8b4edd2ec59f556afae4ced15e))
* Update deps ([a997c72](https://github.com/ptarmiganlabs/butler-spyglass/commit/a997c7258ebb349de7723fd56c653ded4d78126f))


### Build pipeline

* Add Dependabot scanning of source code ([2393cae](https://github.com/ptarmiganlabs/butler-spyglass/commit/2393caeec39df6983ab22d4dad3f4b566691091c))
* Add missing macOS build files ([ec6725a](https://github.com/ptarmiganlabs/butler-spyglass/commit/ec6725aa76270b32ecae06b74c7eb250f7b970d3))
* Add pre-commit scans of source code ([2eb12c5](https://github.com/ptarmiganlabs/butler-spyglass/commit/2eb12c536d9b27710be1d7634137965290a1697c))
* Fix broken macOS build ([ae5217b](https://github.com/ptarmiganlabs/butler-spyglass/commit/ae5217b95d6881eafbd4aa4c7faf4bc6da990557))
* Move build pipeline from drone.io to GitHub Actions ([379dc55](https://github.com/ptarmiganlabs/butler-spyglass/commit/379dc55fa2c464c666db29a03d52f6bcb9f45891))

## [2.0.0](https://github.com/ptarmiganlabs/butler-spyglass/compare/butler-spyglass-v2.0.0...butler-spyglass-v2.0.0) (2023-03-10)


### ⚠ BREAKING CHANGES

* New config file structure. Not backwards compatible!
* Update config file format

### Features

* Create pre-built binaries for Windows, macOS and Linux ([2be9842](https://github.com/ptarmiganlabs/butler-spyglass/commit/2be9842aa160a5f68c988e316d91bfc26bbc8f1b)), closes [#69](https://github.com/ptarmiganlabs/butler-spyglass/issues/69)
* Improved bug reporting & feature suggestion ([1122f27](https://github.com/ptarmiganlabs/butler-spyglass/commit/1122f27084e4504e23a8f512ce87db0fa977dd8c))


### Bug Fixes

* Fix broken build pipeline ([db5cc7d](https://github.com/ptarmiganlabs/butler-spyglass/commit/db5cc7d17a8ca62a2a1693a6be2384ab16e3a122))
* New config file structure. Not backwards compatible! ([9885d68](https://github.com/ptarmiganlabs/butler-spyglass/commit/9885d68e19eb027bc74976e93e0cd22cdf22eabe))
* package.json & package-lock.json to reduce vulnerabilities ([40845c7](https://github.com/ptarmiganlabs/butler-spyglass/commit/40845c7881813c7c69d8425564b1e8041a5c6d6b))
* Update config file format ([9b45d47](https://github.com/ptarmiganlabs/butler-spyglass/commit/9b45d47b53ef54f4e20738d5075bad7aeee872ae))


### Refactoring

* Code cleanup ([5c1901b](https://github.com/ptarmiganlabs/butler-spyglass/commit/5c1901b9e20fd0312adef0cd66d76f74f7d439ad))


### Documentation

* Add BNF definition file ([d17a74f](https://github.com/ptarmiganlabs/butler-spyglass/commit/d17a74fae155b4a00cc721879df1b5288591b358))
* Update sample docker-compose file ([3f2f0b5](https://github.com/ptarmiganlabs/butler-spyglass/commit/3f2f0b57ada55bcd7f069a444cccb4efea935cec))


### Miscellaneous

* **deps:** update docker/build-push-action action to v4 ([8b41abf](https://github.com/ptarmiganlabs/butler-spyglass/commit/8b41abf113ff365bea3f7f83677596806737f538))
Expand Down

0 comments on commit ff3741a

Please sign in to comment.