forked from pool/trufflehog
- Update to version 3.47: * [bug] - copy chunk before sending on chunksChan (#1633) * Add ScanChunk to allow injecting Chunks into the SourceManager's channel (#1634) * correct logging output for github comments and add oss flags (#1632) * [chore] - Use custom context for archive handler of specialized archives (#1629) * add salesforce detector (#1608) * Integration of SpecializedHandler for Enhanced Archive Processing (#1625) * fix github org placeholder (#1627) * bump go to 1.21 (#1623) * change verification endpoint (#1611) * add huggingface detector (#1621) * Refactor FragmentLineOffset to match multiline secrets (#1612) * fix alchemy test error message (#1622) * Docker scanning by digest (#1615) * Use the common chunker for scanning the filesystem source (#1619) * Support indeterminate verification in Gitlab detector (#1613) * stop saving alchemy url (#1614) * Add tri-state verification to pubnub publish key detector (#1616) * fix error msg in alchemy test (#1617) * Add terminal UI (#1593) * implement tri-state verification in FTP detector (#1604) * Move commits_scanned to ScanRepo (#1610) * Use common chunk reader (#1596) * Tweak template detector test code (#1609) OBS-URL: https://build.opensuse.org/request/show/1104397 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/trufflehog?expand=0&rev=14
19 lines
649 B
Plaintext
19 lines
649 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/trufflesecurity/trufflehog.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">main</param>
|
|
<param name="version">v3.51</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled"/>
|
|
<service name="set_version" mode="buildtime"/>
|
|
</services>
|
|
|