Skip to content

Commit

Permalink
RC-yml-fix (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtokus authored Nov 6, 2024
1 parent f3d8a4b commit 4225569
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions release-candidate/plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
variables:
- name: version
value: rc0.3.7

name: "scan2html"
version: $(version)
version: rc0.3.7
maintainer: fatihtokus
repository: github.com/fatihtokus/scan2html
summary: A Trivy plugin that scans and outputs the results to a single page app.
Expand All @@ -14,8 +10,8 @@ description: |-
platforms:
- selector:
os: windows
uri: https://github.com/fatihtokus/scan2html/releases/download/$(version)/scan2html.tar.gz
uri: https://github.com/fatihtokus/scan2html/releases/download/rc0.3.7/scan2html.tar.gz
bin: ./scan2html.sh
-
uri: https://github.com/fatihtokus/scan2html/releases/download/$(version)/scan2html.tar.gz
uri: https://github.com/fatihtokus/scan2html/releases/download/rc0.3.7/scan2html.tar.gz
bin: ./scan2html.sh

0 comments on commit 4225569

Please sign in to comment.