Skip to content

Commit

Permalink
audit fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
zosocanuck committed May 10, 2024
1 parent c81091a commit e27e8b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/sigscan.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Sigscan < Formula

Check failure on line 1 in Formula/sigscan.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

Stable: version 0.3.0 is redundant with version scanned from URL
desc "Inspect container images and other artifacts for signatures"
homepage "https://github.com/venafi/sigscan"
url "https://github.com/venafi/sigscan/releases"
url "https://github.com/venafi/sigscan/archive/refs/tags/v0.3.0.tar.gz"
version "0.3.0"
license "Apache-2.0"
sha256 "29c47a8274b9452b510ea21a827ab033e2eeb01abf2abf3bcaea0319e572e8d2"

Check failure on line 7 in Formula/sigscan.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

FormulaAudit/ComponentsOrder: `sha256` (line 7) should be put before `license` (line 6)

Check failure on line 7 in Formula/sigscan.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

FormulaAudit/ComponentsOrder: `sha256` (line 7) should be put before `license` (line 6)
# head "https://github.com/venafi/sigscan.git", tag: "v0.3.0"

on_macos do
Expand Down

0 comments on commit e27e8b0

Please sign in to comment.