Changelog
- e7dd146 Add GetRuleById
- 0b38d00 Add Makefile
- a1b215d Add
Invocation
type for capturing more meta-info about theRun
- fcc0a10 Add a travis and update tests
- 3647f9f Add default rules to driver
- 38b5070 Add json:omitempty to Suppression fields (owenrumney#42)
- 9e6a242 Add missing to the tool_component
- 623b415 Add more tests and clean up the interface
- 23e9380 Add optional PropertyBag to all objects
- f47f342 Add options to load content
- 81ad3ed Add pretty write
- 464b76f Add some helper functions
- da2cfcb Add the default configuration
- f30a14d Add the final tests
- ddea5a5 Add the option to provide help text instead of uri
- 078e13d Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (owenrumney#43)
- 0c11727 Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (owenrumney#45)
- f930df2 Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (owenrumney#46)
- c621d4b Bump github.com/stretchr/testify from 1.7.4 to 1.8.0 (owenrumney#48)
- e683de4 Bump github.com/zclconf/go-cty from 1.8.2 to 1.8.3
- 9f33854 Bump github.com/zclconf/go-cty from 1.8.3 to 1.8.4
- 23c93fd Bump github.com/zclconf/go-cty from 1.8.4 to 1.9.0
- a20add9 Bump github.com/zclconf/go-cty from 1.9.0 to 1.9.1
- 02d5cf7 Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0 (owenrumney#27)
- dc73f93 Changing Rule properties to a Properties object
- dc26a52 Create FUNDING.yml
- aa1a813 Create empty results on run
- 6d32931 Export readBytes as FromBytes
- 97d2578 Extend
Driver
andRule
with additional attributes for GitHub - fda5757 Fill out results struct
- b0e6dd6 Fix issues identified by golangci-lint
- df1e898 Get rid of
TextBlock
because it is not used any more - 17977a7 Initial commit
- 98c9337 Initial commit
- 46cb740 Make git ignore
coverage.txt
file - 2c3c659 Make results non null
- 33247f8 Merge pull request #1 from owenrumney/initial_dev
- 884c746 Merge pull request #1 from shaopeng-gh/AddProperties
- d0f48bd Merge pull request owenrumney#11 from owenrumney/working-on-more-attributes
- 2fe5460 Merge pull request owenrumney#12 from owenrumney/make-creation-easier
- a0d95c4 Merge pull request owenrumney#14 from msugakov/update-format-support
- 7466175 Merge pull request owenrumney#15 from owenrumney/issue-13
- 73511fb Merge pull request owenrumney#17 from owenrumney/dependabot/go_modules/github.com/zclconf/go-cty-1.8.3
- 91aa283 Merge pull request owenrumney#19 from owenrumney/issue-18
- 8321621 Merge pull request #2 from owenrumney/owen-fix-lint-checks
- d9d22eb Merge pull request #2 from shaopeng-gh/AddProperties
- 37e6198 Merge pull request owenrumney#20 from owenrumney/cleanup-documentation
- ed99015 Merge pull request owenrumney#21 from owenrumney/dependabot/go_modules/github.com/zclconf/go-cty-1.8.4
- e769afa Merge pull request owenrumney#23 from owenrumney/dependabot/go_modules/github.com/zclconf/go-cty-1.9.0
- 353c83c Merge pull request owenrumney#24 from owenrumney/dependabot/go_modules/github.com/zclconf/go-cty-1.9.1
- d99c680 Merge pull request #3 from owenrumney/add-code-cov-check
- e57a8d9 Merge pull request #3 from shaopeng-gh/AddProperties
- 4c9cca2 Merge pull request #4 from owenrumney/add-code-cov-check
- 0b8bc04 Merge pull request #4 from shaopeng-gh/AddProperties
- 70869ca Merge pull request owenrumney#5 from owenrumney/owen-update-from-linting
- df6057b Merge pull request owenrumney#6 from owenrumney/add-loading-options
- 537965e Merge pull request owenrumney#8 from owenrumney/add-get-rule-by-id
- 80b8c53 Merge pull request owenrumney#9 from kiwiz/main
- 57bc63a Move models to sarif for nicer creation
- 146ef39 Remove codecov from the front page
- 46671e2 Remove pointer from
MultiformatMessageString.Markdown
string - 38b8007 Start working through new attributes
- a8af28b Support rule index more effectively
- 17217f6 Update .gitignore
- 6488a01 Update .travis.yml
- 3247515 Update JSON schema string to the final schema that GitHub likes
- e0af797 Update README.md
- da5548f Update README.md
- beee565 Update README.md
- a6beb38 Update README.md
- 574b2fa Update README.md
- e0c4725 Update Sarif Schema (owenrumney#25)
- 67e776d Update
go.sum
withgo mod tidy
- 207f4b3 Update based on the linting
- a6967b6 Update sarif comments
- 7c39e28 Update the documentation and add an example
- ede05a7 Update the example
- 847640d Update the version and schema
- 3700402 Use pointers for optional attributes
- 37bbd09 add ToolExecutionNotifications
- d81b0e8 add code coverage check
- 8fe4109 add dependabot
- 291e936 add file support without $schema for sarif vscode extension and change default permission for out sarif file (owenrumney#40)
- a90ecdc add git workflow and remove travis
- 791daac add more creation functiond
- 246df1c add more creation functions
- 030d365 add new changes
- 652a4a1 add properties to result object
- 0801185 add rest of test files
- 1916baa add usage information
- 412767a add workflow
- d151cf9 adding go releaser
- 6b3d7aa change name
- fa6a649 change the coverage check
- 8d3a0c6 chore(deps): bump Yaml v3 version (owenrumney#44)
- b94bb5a create v2 (owenrumney#32)
- 8b2ab29 create v2 version (owenrumney#30)
- 0bbb647 fix goreleaser
- c398d9b fix root go.mod
- 9ac150c fix test (owenrumney#35)
- 1038566 fix the results being null
- 868e13e fix username
- ef0908a fix: Fix using
help.markdown
field. (owenrumney#31) - b22382f fixing versions
- c494769 make the models private where possible
- b5d6a29 manual trigger
- 221bbf9 owenr create v2 (owenrumney#34)
- 0666226 remove
omitempty
instruction forrules
field (owenrumney#39) - 01c6e4f remove downloads
- 8a2f9b4 remove v2
- 19cadb4 restructure propertybag
- e7641d2 trying to fix go mod
- 3213d9b update formatting
- 651727b update the example
- 36accc0 update the example
- 91365f4 update username
- a507ea5 update versions